Html Css Color HEX #CA4F3C Grenadier

📋 copy color: '#CA4F3C'

red 202 ◦ green 79 ◦ blue 60

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

Shades of Grenadier #CA4F3C

Tints of Grenadier #CA4F3C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.17%

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

R = 59.24%
G = 23.17%
B = 17.6%

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

#CA4F3C (or 0xCA4F3C) is known color: Grenadier. HEX triplet: CA, 4F and 3C. RGB value is (202,79,60). Sum of RGB (Red+Green+Blue) = 202+79+60=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4F3C is #35B0C3. Grayscale: #717171. Windows color (decimal): -3518660 or 3952586. OLE color: 3952586.

HSL color Cylindrical-coordinate representation of color #CA4F3C: hue angle of 8.03º 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 #CA4F3C is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 79 60 -
CMYK 0 0.61 0.70 0.21
HSL 8.03º 0.57% 0.51% -
HSV(B) 8.03º 0.7% 0.79% -
XYZ 27.97 18.47 6.37 -
YUV 113.61 97.75 191.04 -
System Red Green Blue C M Y K H S L
Decimal 202 79 60 0 0.61 0.70 0.21 8.03 0.57 0.51
Hex CA 4F 3C 0 3D 46 15 8 39 33
Octal 312 117 74 0 75 106 25 10 71 63
Binary 11001010 1001111 111100 0 111101 1000110 10101 1000 111001 110011

Color Harmonies of #CA4F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4F3C

Black with #CA4F3C

Text Example


Text Example

White with #CA4F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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