Html Css Color HEX #CB4E3C Grenadier

📋 copy color: '#CB4E3C'

red 203 ◦ green 78 ◦ blue 60

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

Shades of Grenadier #CB4E3C

Tints of Grenadier #CB4E3C

RGB

 RED value IS 203 (79.69% from 255) = 59.53%

 GREEN value IS 78 (30.86% from 255) = 22.87%

 BLUE value IS 60 (23.83% from 255) = 17.6%

R = 59.53%
G = 22.87%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB4E3C (or 0xCB4E3C) is known color: Grenadier. HEX triplet: CB, 4E and 3C. RGB value is (203,78,60). Sum of RGB (Red+Green+Blue) = 203+78+60=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB4E3C is #34B1C3. Grayscale: #717171. Windows color (decimal): -3453380 or 3952331. OLE color: 3952331.

HSL color Cylindrical-coordinate representation of color #CB4E3C: hue angle of 7.55º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB4E3C is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 78 60 -
CMYK 0 0.62 0.70 0.20
HSL 7.55º 0.58% 0.52% -
HSV(B) 7.55º 0.7% 0.8% -
XYZ 28.17 18.47 6.36 -
YUV 113.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 203 78 60 0 0.62 0.70 0.20 7.55 0.58 0.52
Hex CB 4E 3C 0 3E 46 14 8 3A 34
Octal 313 116 74 0 76 106 24 10 72 64
Binary 11001011 1001110 111100 0 111110 1000110 10100 1000 111010 110100

Color Harmonies of #CB4E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4E3C

Black with #CB4E3C

Text Example


Text Example

White with #CB4E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4E3C; }

 p { color: rgb(203,78,60); }

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

background-color css

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

 a { background-color: rgb(203,78,60); }

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

border-color css

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

 span { border-color: rgb(203,78,60); }

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