#CB5E33

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

Shades of Chilean Fire #CB5E33

Tints of Chilean Fire #CB5E33

Color information

#CB5E33 (or 0xCB5E33) is unknown color: approx Chilean Fire. HEX triplet: CB, 5E and 33. RGB value is (203,94,51). Sum of RGB (Red+Green+Blue) = 203+94+51=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5E33 is #34A1CC. Grayscale: #797979. Windows color (decimal): -3449293 or 3366603. OLE color: 3366603.

HSL color Cylindrical-coordinate representation of color #CB5E33: hue angle of 16.97º 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 #CB5E33 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB2039451-
CMYK00.540.750.20
HSL16.97º59.84%49.8%-
HSV(B)16.97º74.88%79.61%-
XYZ29.2320.945.63-
YUV121.6988.11186-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.33%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 51 (20.31% from 255) = 14.66%
R=58.33%
G=27.01%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203945100.540.750.2016.9759.8449.8
HexCB5E330364B14113c32
Octal3131366306611324217462
Binary110010111011110110011011011010010111010010001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5E33; }

 p { color: rgb(203,94,51); }

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

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

 a { background-color: rgb(203,94,51); }

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

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

 span { border-color: rgb(203,94,51); }

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