#C85933

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

Shades of Chilean Fire #C85933

Tints of Chilean Fire #C85933

Color information

#C85933 (or 0xC85933) is unknown color: approx Chilean Fire. HEX triplet: C8, 59 and 33. RGB value is (200,89,51). Sum of RGB (Red+Green+Blue) = 200+89+51=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C85933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85933 is #37A6CC. Grayscale: #767676. Windows color (decimal): -3647181 or 3365320. OLE color: 3365320.

HSL color Cylindrical-coordinate representation of color #C85933: hue angle of 15.3º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C85933 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB2008951-
CMYK00.560.740.22
HSL15.3º59.36%49.22%-
HSV(B)15.3º74.5%78.43%-
XYZ27.9919.665.45-
YUV117.8690.27186.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.82%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 51 (20.31% from 255) = 15%
R=58.82%
G=26.18%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200895100.560.740.2215.359.3649.22
HexC859330384A16f3b31
Octal3101316307011226177361
Binary11001000101100111001101110001001010101101111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85933; }

 p { color: rgb(200,89,51); }

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

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

 a { background-color: rgb(200,89,51); }

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

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

 span { border-color: rgb(200,89,51); }

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