#CB5C38

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

Shades of Ecstasy #CB5C38

Tints of Ecstasy #CB5C38

Color information

#CB5C38 (or 0xCB5C38) is unknown color: approx Ecstasy. HEX triplet: CB, 5C and 38. RGB value is (203,92,56). Sum of RGB (Red+Green+Blue) = 203+92+56=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5C38 is #34A3C7. Grayscale: #797979. Windows color (decimal): -3449800 or 3693771. OLE color: 3693771.

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

Color convert

RGB2039256-
CMYK00.550.720.20
HSL14.69º58.57%50.78%-
HSV(B)14.69º72.41%79.61%-
XYZ29.1720.646.19-
YUV121.0891.27186.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.83%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 56 (22.27% from 255) = 15.95%
R=57.83%
G=26.21%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203925600.550.720.2014.6958.5750.78
HexCB5C380374814f3b33
Octal3131347006711024177363
Binary11001011101110011100001101111001000101001111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5C38; }

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

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

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

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

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

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

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

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