Html Css Color HEX #CC473D Grenadier

📋 copy color: '#CC473D'

red 204 ◦ green 71 ◦ blue 61

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

Shades of Grenadier #CC473D

Tints of Grenadier #CC473D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.15%

R = 60.71%
G = 21.13%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC473D (or 0xCC473D) is known color: Grenadier. HEX triplet: CC, 47 and 3D. RGB value is (204,71,61). Sum of RGB (Red+Green+Blue) = 204+71+61=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC473D is #33B8C2. Grayscale: #6D6D6D. Windows color (decimal): -3389635 or 4016076. OLE color: 4016076.

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

Color convert

RGB 204 71 61 -
CMYK 0 0.65 0.70 0.2
HSL 4.2º 0.58% 0.52% -
HSV(B) 4.2º 0.7% 0.8% -
XYZ 28 17.68 6.35 -
YUV 109.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 204 71 61 0 0.65 0.70 0.2 4.2 0.58 0.52
Hex CC 47 3D 0 41 46 14 4 3A 34
Octal 314 107 75 0 101 106 24 4 72 64
Binary 11001100 1000111 111101 0 1000001 1000110 10100 100 111010 110100

Color Harmonies of #CC473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC473D

Black with #CC473D

Text Example


Text Example

White with #CC473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC473D; }

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

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

background-color css

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

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

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

border-color css

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

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

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