Shades of Ecstasy #CB6936
Tints of Ecstasy #CB6936
RGB
CMYK
RGB Variations
Color information
#CB6936 (or 0xCB6936) is known color: Ecstasy. HEX triplet: CB, 69 and 36. RGB value is (203,105,54). Sum of RGB (Red+Green+Blue) = 203+105+54=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6936 is #3496C9. Grayscale: #808080. Windows color (decimal): -3446474 or 3566027. OLE color: 3566027.
HSL color Cylindrical-coordinate representation of color #CB6936: hue angle of 20.54º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB6936 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 54 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.20 |
| HSL | 20.54º | 0.59% | 0.5% | - |
| HSV(B) | 20.54º | 0.73% | 0.8% | - |
| XYZ | 30.35 | 23.07 | 6.34 | - |
| YUV | 128.49 | 85.97 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 54 | 0 | 0.48 | 0.73 | 0.20 | 20.54 | 0.59 | 0.5 |
| Hex | CB | 69 | 36 | 0 | 30 | 49 | 14 | 15 | 3B | 32 |
| Octal | 313 | 151 | 66 | 0 | 60 | 111 | 24 | 25 | 73 | 62 |
| Binary | 11001011 | 1101001 | 110110 | 0 | 110000 | 1001001 | 10100 | 10101 | 111011 | 110010 |
Color Harmonies of #CB6936
Complementary color
Monochromatic Colors of #CB6936
Black with #CB6936
Text Example
Text Example
White with #CB6936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6936; }
p { color: rgb(203,105,54); }
H1.HeaderClassName
{
color: #CB6936;
}
.AnyTagClassName
{
color: #CB6936;
}
</style>
background-color css
<style>
a { background-color: #CB6936; }
a { background-color: rgb(203,105,54); }
div.DivClassName
{
background-color: #CB6936;
}
.BgClassName
{
background-color: #CB6936;
}
</style>
border-color css
<style>
span { border-color: #CB6936; }
span { border-color: rgb(203,105,54); }
td.TdClassName
{
border-color: #CB6936;
}
.TagClassName
{
border-color: #CB6936;
}
</style>