Html Css Color HEX #CC473A Grenadier

📋 copy color: '#CC473A'

red 204 ◦ green 71 ◦ blue 58

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

Shades of Grenadier #CC473A

Tints of Grenadier #CC473A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.42%

R = 61.26%
G = 21.32%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC473A (or 0xCC473A) is known color: Grenadier. HEX triplet: CC, 47 and 3A. RGB value is (204,71,58). Sum of RGB (Red+Green+Blue) = 204+71+58=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC473A is #33B8C5. Grayscale: #6D6D6D. Windows color (decimal): -3389638 or 3819468. OLE color: 3819468.

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

Color convert

RGB 204 71 58 -
CMYK 0 0.65 0.72 0.2
HSL 5.34º 0.59% 0.51% -
HSV(B) 5.34º 0.72% 0.8% -
XYZ 27.92 17.65 5.94 -
YUV 109.29 99.06 195.56 -
System Red Green Blue C M Y K H S L
Decimal 204 71 58 0 0.65 0.72 0.2 5.34 0.59 0.51
Hex CC 47 3A 0 41 48 14 5 3B 33
Octal 314 107 72 0 101 110 24 5 73 63
Binary 11001100 1000111 111010 0 1000001 1001000 10100 101 111011 110011

Color Harmonies of #CC473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC473A

Black with #CC473A

Text Example


Text Example

White with #CC473A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC473A; }

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

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

background-color css

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

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

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

border-color css

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

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

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