#CB5A33

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

Shades of Chilean Fire #CB5A33

Tints of Chilean Fire #CB5A33

Color information

#CB5A33 (or 0xCB5A33) is unknown color: approx Chilean Fire. HEX triplet: CB, 5A and 33. RGB value is (203,90,51). Sum of RGB (Red+Green+Blue) = 203+90+51=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5A33 is #34A5CC. Grayscale: #777777. Windows color (decimal): -3450317 or 3365579. OLE color: 3365579.

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

Color convert

RGB2039051-
CMYK00.560.750.20
HSL15.39º59.84%49.8%-
HSV(B)15.39º74.88%79.61%-
XYZ28.8820.255.52-
YUV119.3489.44187.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.01%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 51 (20.31% from 255) = 14.83%
R=59.01%
G=26.16%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203905100.560.750.2015.3959.8449.8
HexCB5A330384B14f3c32
Octal3131326307011324177462
Binary11001011101101011001101110001001011101001111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5A33; }

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

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

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

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

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

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

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

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