#CC593B

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

Shades of Chilean Fire #CC593B

Tints of Chilean Fire #CC593B

Color information

#CC593B (or 0xCC593B) is unknown color: approx Chilean Fire. HEX triplet: CC, 59 and 3B. RGB value is (204,89,59). Sum of RGB (Red+Green+Blue) = 204+89+59=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC593B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC593B is #33A6C4. Grayscale: #787878. Windows color (decimal): -3385029 or 3889612. OLE color: 3889612.

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

Color convert

RGB2048959-
CMYK00.560.710.2
HSL12.41º58.7%51.57%-
HSV(B)12.41º71.08%80%-
XYZ29.2620.36.51-
YUV119.9693.6187.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.95%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 59 (23.44% from 255) = 16.76%
R=57.95%
G=25.28%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204895900.560.710.212.4158.751.57
HexCC593B0384714c3b34
Octal3141317307010724147364
Binary11001100101100111101101110001000111101001100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC593B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC593B; }

 p { color: rgb(204,89,59); }

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

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

 a { background-color: rgb(204,89,59); }

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

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

 span { border-color: rgb(204,89,59); }

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