#CC5834

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

Shades of Chilean Fire #CC5834

Tints of Chilean Fire #CC5834

Color information

#CC5834 (or 0xCC5834) is unknown color: approx Chilean Fire. HEX triplet: CC, 58 and 34. RGB value is (204,88,52). Sum of RGB (Red+Green+Blue) = 204+88+52=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5834 is #33A7CB. Grayscale: #767676. Windows color (decimal): -3385292 or 3430604. OLE color: 3430604.

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

Color convert

RGB2048852-
CMYK00.570.750.2
HSL14.21º59.84%50.2%-
HSV(B)14.21º74.51%80%-
XYZ29.0120.065.59-
YUV118.5890.43188.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.30%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 52 (20.70% from 255) = 15.12%
R=59.30%
G=25.58%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204885200.570.750.214.2159.8450.2
HexCC58340394B14e3c32
Octal3141306407111324167462
Binary11001100101100011010001110011001011101001110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5834; }

 p { color: rgb(204,88,52); }

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

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

 a { background-color: rgb(204,88,52); }

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

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

 span { border-color: rgb(204,88,52); }

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