#CB6038

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

Shades of Ecstasy #CB6038

Tints of Ecstasy #CB6038

Color information

#CB6038 (or 0xCB6038) is unknown color: approx Ecstasy. HEX triplet: CB, 60 and 38. RGB value is (203,96,56). Sum of RGB (Red+Green+Blue) = 203+96+56=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6038 is #349FC7. Grayscale: #7B7B7B. Windows color (decimal): -3448776 or 3694795. OLE color: 3694795.

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

Color convert

RGB2039656-
CMYK00.530.720.20
HSL16.33º58.57%50.78%-
HSV(B)16.33º72.41%79.61%-
XYZ29.5321.356.31-
YUV123.4389.95184.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.18%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 56 (22.27% from 255) = 15.77%
R=57.18%
G=27.04%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203965600.530.720.2016.3358.5750.78
HexCB60380354814103b33
Octal3131407006511024207363
Binary110010111100000111000011010110010001010010000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6038; }

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

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

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

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

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

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

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

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