#CB6240

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

Shades of Ecstasy #CB6240

Tints of Ecstasy #CB6240

Color information

#CB6240 (or 0xCB6240) is unknown color: approx Ecstasy. HEX triplet: CB, 62 and 40. RGB value is (203,98,64). Sum of RGB (Red+Green+Blue) = 203+98+64=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6240 is #349DBF. Grayscale: #7D7D7D. Windows color (decimal): -3448256 or 4219595. OLE color: 4219595.

HSL color Cylindrical-coordinate representation of color #CB6240: hue angle of 14.68º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB6240 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB2039864-
CMYK00.520.680.20
HSL14.68º57.2%52.35%-
HSV(B)14.68º68.47%79.61%-
XYZ29.9221.87.48-
YUV125.5293.29183.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.62%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 64 (25.39% from 255) = 17.53%
R=55.62%
G=26.85%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203986400.520.680.2014.6857.252.35
HexCB62400344414f3934
Octal31314210006410424177164
Binary110010111100010100000001101001000100101001111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6240; }

 p { color: rgb(203,98,64); }

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

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

 a { background-color: rgb(203,98,64); }

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

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

 span { border-color: rgb(203,98,64); }

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