Html Css Color HEX #CC5736 Chilean Fire

📋 copy color: '#CC5736'

red 204 ◦ green 87 ◦ blue 54

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

Shades of Chilean Fire #CC5736

Tints of Chilean Fire #CC5736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.65%

R = 59.13%
G = 25.22%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC5736 (or 0xCC5736) is known color: Chilean Fire. HEX triplet: CC, 57 and 36. RGB value is (204,87,54). Sum of RGB (Red+Green+Blue) = 204+87+54=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5736 is #33A8C9. Grayscale: #767676. Windows color (decimal): -3385546 or 3561420. OLE color: 3561420.

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

Color convert

RGB 204 87 54 -
CMYK 0 0.57 0.74 0.2
HSL 13.2º 0.6% 0.51% -
HSV(B) 13.2º 0.74% 0.8% -
XYZ 28.98 19.92 5.81 -
YUV 118.22 91.76 189.18 -
System Red Green Blue C M Y K H S L
Decimal 204 87 54 0 0.57 0.74 0.2 13.2 0.6 0.51
Hex CC 57 36 0 39 4A 14 D 3C 33
Octal 314 127 66 0 71 112 24 15 74 63
Binary 11001100 1010111 110110 0 111001 1001010 10100 1101 111100 110011

Color Harmonies of #CC5736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5736

Black with #CC5736

Text Example


Text Example

White with #CC5736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5736; }

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

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

background-color css

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

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

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

border-color css

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

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

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