Html Css Color HEX #CA4E3C Grenadier

📋 copy color: '#CA4E3C'

red 202 ◦ green 78 ◦ blue 60

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

Shades of Grenadier #CA4E3C

Tints of Grenadier #CA4E3C

RGB

 RED value IS 202 (79.3% from 255) = 59.41%

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

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

R = 59.41%
G = 22.94%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA4E3C (or 0xCA4E3C) is known color: Grenadier. HEX triplet: CA, 4E and 3C. RGB value is (202,78,60). Sum of RGB (Red+Green+Blue) = 202+78+60=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4E3C is #35B1C3. Grayscale: #717171. Windows color (decimal): -3518916 or 3952330. OLE color: 3952330.

HSL color Cylindrical-coordinate representation of color #CA4E3C: hue angle of 7.61º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA4E3C is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 78 60 -
CMYK 0 0.61 0.70 0.21
HSL 7.61º 0.57% 0.51% -
HSV(B) 7.61º 0.7% 0.79% -
XYZ 27.9 18.33 6.34 -
YUV 113.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 202 78 60 0 0.61 0.70 0.21 7.61 0.57 0.51
Hex CA 4E 3C 0 3D 46 15 8 39 33
Octal 312 116 74 0 75 106 25 10 71 63
Binary 11001010 1001110 111100 0 111101 1000110 10101 1000 111001 110011

Color Harmonies of #CA4E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4E3C

Black with #CA4E3C

Text Example


Text Example

White with #CA4E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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