Html Css Color HEX #CC473B Grenadier

📋 copy color: '#CC473B'

red 204 ◦ green 71 ◦ blue 59

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

Shades of Grenadier #CC473B

Tints of Grenadier #CC473B

RGB

 RED value IS 204 (80.08% from 255) = 61.08%

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

 BLUE value IS 59 (23.44% from 255) = 17.66%

R = 61.08%
G = 21.26%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC473B (or 0xCC473B) is known color: Grenadier. HEX triplet: CC, 47 and 3B. RGB value is (204,71,59). Sum of RGB (Red+Green+Blue) = 204+71+59=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC473B is #33B8C4. Grayscale: #6D6D6D. Windows color (decimal): -3389637 or 3885004. OLE color: 3885004.

HSL color Cylindrical-coordinate representation of color #CC473B: hue angle of 4.97º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC473B is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 71 59 -
CMYK 0 0.65 0.71 0.2
HSL 4.97º 0.59% 0.52% -
HSV(B) 4.97º 0.71% 0.8% -
XYZ 27.94 17.66 6.07 -
YUV 109.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 204 71 59 0 0.65 0.71 0.2 4.97 0.59 0.52
Hex CC 47 3B 0 41 47 14 5 3B 34
Octal 314 107 73 0 101 107 24 5 73 64
Binary 11001100 1000111 111011 0 1000001 1000111 10100 101 111011 110100

Color Harmonies of #CC473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC473B

Black with #CC473B

Text Example


Text Example

White with #CC473B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC473B; }

 p { color: rgb(204,71,59); }

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

background-color css

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

 a { background-color: rgb(204,71,59); }

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

border-color css

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

 span { border-color: rgb(204,71,59); }

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