#CB6540

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

Shades of Ecstasy #CB6540

Tints of Ecstasy #CB6540

Color information

#CB6540 (or 0xCB6540) is unknown color: approx Ecstasy. HEX triplet: CB, 65 and 40. RGB value is (203,101,64). Sum of RGB (Red+Green+Blue) = 203+101+64=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6540 is #349ABF. Grayscale: #7F7F7F. Windows color (decimal): -3447488 or 4220363. OLE color: 4220363.

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

Color convert

RGB20310164-
CMYK00.500.680.20
HSL15.97º57.2%52.35%-
HSV(B)15.97º68.47%79.61%-
XYZ30.2122.377.58-
YUV127.2892.29182.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.16%
GREEN value IS 101 (39.84% from 255) = 27.45%
BLUE value IS 64 (25.39% from 255) = 17.39%
R=55.16%
G=27.45%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031016400.500.680.2015.9757.252.35
HexCB65400324414103934
Octal31314510006210424207164
Binary1100101111001011000000011001010001001010010000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6540; }

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

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

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

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

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

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

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

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