Html Css Color HEX #CC453E Grenadier

📋 copy color: '#CC453E'

red 204 ◦ green 69 ◦ blue 62

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

Shades of Grenadier #CC453E

Tints of Grenadier #CC453E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.6%

 BLUE value IS 62 (24.61% from 255) = 18.51%

R = 60.9%
G = 20.6%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC453E (or 0xCC453E) is known color: Grenadier. HEX triplet: CC, 45 and 3E. RGB value is (204,69,62). Sum of RGB (Red+Green+Blue) = 204+69+62=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC453E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC453E is #33BAC1. Grayscale: #6C6C6C. Windows color (decimal): -3390146 or 4081100. OLE color: 4081100.

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

Color convert

RGB 204 69 62 -
CMYK 0 0.66 0.70 0.2
HSL 2.96º 0.58% 0.52% -
HSV(B) 2.96º 0.7% 0.8% -
XYZ 27.9 17.44 6.45 -
YUV 108.57 101.73 196.07 -
System Red Green Blue C M Y K H S L
Decimal 204 69 62 0 0.66 0.70 0.2 2.96 0.58 0.52
Hex CC 45 3E 0 42 46 14 3 3A 34
Octal 314 105 76 0 102 106 24 3 72 64
Binary 11001100 1000101 111110 0 1000010 1000110 10100 11 111010 110100

Color Harmonies of #CC453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC453E

Black with #CC453E

Text Example


Text Example

White with #CC453E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC453E; }

 p { color: rgb(204,69,62); }

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

background-color css

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

 a { background-color: rgb(204,69,62); }

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

border-color css

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

 span { border-color: rgb(204,69,62); }

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