#cd5637

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

Shades of Chilean Fire #CD5637

Tints of Chilean Fire #CD5637

Color information

#CD5637 (or 0xCD5637) is unknown color: approx Chilean Fire. HEX triplet: CD, 56 and 37. RGB value is (205,86,55). Sum of RGB (Red+Green+Blue) = 205+86+55=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5637 is #32A9C8. Grayscale: #767676. Windows color (decimal): -3320265 or 3626701. OLE color: 3626701.

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

Color convert

RGB2058655-
CMYK00.580.730.20
HSL12.4º60%50.98%-
HSV(B)12.4º73.17%80.39%-
XYZ29.1919.915.92-
YUV118.0592.42190.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.25%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 55 (21.88% from 255) = 15.90%
R=59.25%
G=24.86%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205865500.580.730.2012.46050.98
HexCD563703A4914c3c33
Octal3151266707211124147463
Binary11001101101011011011101110101001001101001100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd5637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd5637; }

 p { color: rgb(205,86,55); }

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

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

 a { background-color: rgb(205,86,55); }

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

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

 span { border-color: rgb(205,86,55); }

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