Html Css Color HEX #CC572C Chilean Fire

📋 copy color: '#CC572C'

red 204 ◦ green 87 ◦ blue 44

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

Shades of Chilean Fire #CC572C

Tints of Chilean Fire #CC572C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.97%

 BLUE value IS 44 (17.58% from 255) = 13.13%

R = 60.9%
G = 25.97%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC572C (or 0xCC572C) is known color: Chilean Fire. HEX triplet: CC, 57 and 2C. RGB value is (204,87,44). Sum of RGB (Red+Green+Blue) = 204+87+44=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC572C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC572C is #33A8D3. Grayscale: #757575. Windows color (decimal): -3385556 or 2906060. OLE color: 2906060.

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

Color convert

RGB 204 87 44 -
CMYK 0 0.57 0.78 0.2
HSL 16.13º 0.65% 0.49% -
HSV(B) 16.13º 0.78% 0.8% -
XYZ 28.76 19.84 4.7 -
YUV 117.08 86.76 190 -
System Red Green Blue C M Y K H S L
Decimal 204 87 44 0 0.57 0.78 0.2 16.13 0.65 0.49
Hex CC 57 2C 0 39 4E 14 10 41 31
Octal 314 127 54 0 71 116 24 20 101 61
Binary 11001100 1010111 101100 0 111001 1001110 10100 10000 1000001 110001

Color Harmonies of #CC572C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC572C

Black with #CC572C

Text Example


Text Example

White with #CC572C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC572C; }

 p { color: rgb(204,87,44); }

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

background-color css

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

 a { background-color: rgb(204,87,44); }

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

border-color css

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

 span { border-color: rgb(204,87,44); }

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