#CB6640

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

Shades of Ecstasy #CB6640

Tints of Ecstasy #CB6640

Color information

#CB6640 (or 0xCB6640) is unknown color: approx Ecstasy. HEX triplet: CB, 66 and 40. RGB value is (203,102,64). Sum of RGB (Red+Green+Blue) = 203+102+64=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6640 is #3499BF. Grayscale: #808080. Windows color (decimal): -3447232 or 4220619. OLE color: 4220619.

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

Color convert

RGB20310264-
CMYK00.500.680.20
HSL16.4º57.2%52.35%-
HSV(B)16.4º68.47%79.61%-
XYZ30.3122.577.61-
YUV127.8791.96181.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.01%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 64 (25.39% from 255) = 17.34%
R=55.01%
G=27.64%
B=17.34%

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
Decimal2031026400.500.680.2016.457.252.35
HexCB66400324414103934
Octal31314610006210424207164
Binary1100101111001101000000011001010001001010010000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6640; }

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

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

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

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

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

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

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

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