Html Css Color HEX #CA473C Grenadier

📋 copy color: '#CA473C'

red 202 ◦ green 71 ◦ blue 60

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

Shades of Grenadier #CA473C

Tints of Grenadier #CA473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.32%

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

R = 60.66%
G = 21.32%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA473C (or 0xCA473C) is known color: Grenadier. HEX triplet: CA, 47 and 3C. RGB value is (202,71,60). Sum of RGB (Red+Green+Blue) = 202+71+60=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA473C is #35B8C3. Grayscale: #6D6D6D. Windows color (decimal): -3520708 or 3950538. OLE color: 3950538.

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

Color convert

RGB 202 71 60 -
CMYK 0 0.65 0.70 0.21
HSL 4.65º 0.57% 0.51% -
HSV(B) 4.65º 0.7% 0.79% -
XYZ 27.43 17.39 6.19 -
YUV 108.92 100.4 194.39 -
System Red Green Blue C M Y K H S L
Decimal 202 71 60 0 0.65 0.70 0.21 4.65 0.57 0.51
Hex CA 47 3C 0 41 46 15 5 39 33
Octal 312 107 74 0 101 106 25 5 71 63
Binary 11001010 1000111 111100 0 1000001 1000110 10101 101 111001 110011

Color Harmonies of #CA473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA473C

Black with #CA473C

Text Example


Text Example

White with #CA473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA473C; }

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

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

background-color css

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

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

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

border-color css

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

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

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