Html Css Color HEX #CC453C Grenadier

📋 copy color: '#CC453C'

red 204 ◦ green 69 ◦ blue 60

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

Shades of Grenadier #CC453C

Tints of Grenadier #CC453C

RGB

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

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

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

R = 61.26%
G = 20.72%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC453C (or 0xCC453C) is known color: Grenadier. HEX triplet: CC, 45 and 3C. RGB value is (204,69,60). Sum of RGB (Red+Green+Blue) = 204+69+60=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC453C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC453C is #33BAC3. Grayscale: #6C6C6C. Windows color (decimal): -3390148 or 3950028. OLE color: 3950028.

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

Color convert

RGB 204 69 60 -
CMYK 0 0.66 0.71 0.2
HSL 3.75º 0.59% 0.52% -
HSV(B) 3.75º 0.71% 0.8% -
XYZ 27.85 17.42 6.17 -
YUV 108.34 100.73 196.23 -
System Red Green Blue C M Y K H S L
Decimal 204 69 60 0 0.66 0.71 0.2 3.75 0.59 0.52
Hex CC 45 3C 0 42 47 14 4 3B 34
Octal 314 105 74 0 102 107 24 4 73 64
Binary 11001100 1000101 111100 0 1000010 1000111 10100 100 111011 110100

Color Harmonies of #CC453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC453C

Black with #CC453C

Text Example


Text Example

White with #CC453C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC453C; }

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

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

background-color css

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

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

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

border-color css

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

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

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