Html Css Color HEX #C8503D Grenadier

📋 copy color: '#C8503D'

red 200 ◦ green 80 ◦ blue 61

#C8503D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #C8503D

Tints of Grenadier #C8503D

RGB

 RED value IS 200 (78.52% from 255) = 58.65%

 GREEN value IS 80 (31.64% from 255) = 23.46%

 BLUE value IS 61 (24.22% from 255) = 17.89%

R = 58.65%
G = 23.46%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.69

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C8503D (or 0xC8503D) is known color: Grenadier. HEX triplet: C8, 50 and 3D. RGB value is (200,80,61). Sum of RGB (Red+Green+Blue) = 200+80+61=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C8503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8503D is #37AFC2. Grayscale: #717171. Windows color (decimal): -3649475 or 4018376. OLE color: 4018376.

HSL color Cylindrical-coordinate representation of color #C8503D: hue angle of 8.2º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8503D is Cyan = 0, Magento = 0.6, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 80 61 -
CMYK 0 0.6 0.69 0.22
HSL 8.2º 0.56% 0.51% -
HSV(B) 8.2º 0.7% 0.78% -
XYZ 27.53 18.35 6.51 -
YUV 113.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 200 80 61 0 0.6 0.69 0.22 8.2 0.56 0.51
Hex C8 50 3D 0 3C 45 16 8 38 33
Octal 310 120 75 0 74 105 26 10 70 63
Binary 11001000 1010000 111101 0 111100 1000101 10110 1000 111000 110011

Color Harmonies of #C8503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8503D

Black with #C8503D

Text Example


Text Example

White with #C8503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8503D; }

 p { color: rgb(200,80,61); }

 H1.HeaderClassName
 {
   color: #C8503D;
 }
 .AnyTagClassName
 {
   color: #C8503D;
 }
</style>

background-color css

<style>
 a { background-color: #C8503D; }

 a { background-color: rgb(200,80,61); }

 div.DivClassName
 {
   background-color: #C8503D;
 }
 .BgClassName
 {
   background-color: #C8503D;
 }
</style>

border-color css

<style>
 span { border-color: #C8503D; }

 span { border-color: rgb(200,80,61); }

 td.TdClassName
 {
   border-color: #C8503D;
 }
 .TagClassName
 {
   border-color: #C8503D;
 }
</style>