#CB5A35

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

Shades of Chilean Fire #CB5A35

Tints of Chilean Fire #CB5A35

Color information

#CB5A35 (or 0xCB5A35) is unknown color: approx Chilean Fire. HEX triplet: CB, 5A and 35. RGB value is (203,90,53). Sum of RGB (Red+Green+Blue) = 203+90+53=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5A35 is #34A5CA. Grayscale: #777777. Windows color (decimal): -3450315 or 3496651. OLE color: 3496651.

HSL color Cylindrical-coordinate representation of color #CB5A35: hue angle of 14.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB5A35 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB2039053-
CMYK00.560.740.20
HSL14.8º59.06%50.2%-
HSV(B)14.8º73.89%79.61%-
XYZ28.9320.275.76-
YUV119.5790.44187.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.67%
GREEN value IS 90 (35.55% from 255) = 26.01%
BLUE value IS 53 (21.09% from 255) = 15.32%
R=58.67%
G=26.01%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203905300.560.740.2014.859.0650.2
HexCB5A350384A14f3b32
Octal3131326507011224177362
Binary11001011101101011010101110001001010101001111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5A35; }

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

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

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

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

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

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

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

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