#CB5A38

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

Shades of Chilean Fire #CB5A38

Tints of Chilean Fire #CB5A38

Color information

#CB5A38 (or 0xCB5A38) is unknown color: approx Chilean Fire. HEX triplet: CB, 5A and 38. RGB value is (203,90,56). Sum of RGB (Red+Green+Blue) = 203+90+56=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5A38 is #34A5C7. Grayscale: #787878. Windows color (decimal): -3450312 or 3693259. OLE color: 3693259.

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

Color convert

RGB2039056-
CMYK00.560.720.20
HSL13.88º58.57%50.78%-
HSV(B)13.88º72.41%79.61%-
XYZ2920.296.13-
YUV119.9191.94187.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.17%
GREEN value IS 90 (35.55% from 255) = 25.79%
BLUE value IS 56 (22.27% from 255) = 16.05%
R=58.17%
G=25.79%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203905600.560.720.2013.8858.5750.78
HexCB5A380384814e3b33
Octal3131327007011024167363
Binary11001011101101011100001110001001000101001110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5A38; }

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

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

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

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

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

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

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

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