#CC5B36

Color #CC5B36 Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #CC5B36

Tints of Chilean Fire #CC5B36

Color information

#CC5B36 (or 0xCC5B36) is unknown color: approx Chilean Fire. HEX triplet: CC, 5B and 36. RGB value is (204,91,54). Sum of RGB (Red+Green+Blue) = 204+91+54=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5B36 is #33A4C9. Grayscale: #787878. Windows color (decimal): -3384522 or 3562444. OLE color: 3562444.

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

Color convert

RGB2049154-
CMYK00.550.740.2
HSL14.8º59.52%50.59%-
HSV(B)14.8º73.53%80%-
XYZ29.3120.595.92-
YUV120.5790.44187.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.45%
GREEN value IS 91 (35.94% from 255) = 26.07%
BLUE value IS 54 (21.48% from 255) = 15.47%
R=58.45%
G=26.07%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204915400.550.740.214.859.5250.59
HexCC5B360374A14f3c33
Octal3141336606711224177463
Binary11001100101101111011001101111001010101001111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5B36; }

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

 H1.HeaderClassName
 {
   color: #CC5B36;
 }
 .AnyTagClassName
 {
   color: #CC5B36;
 }
</style>
background-color css

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

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

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

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

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

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