Shades of Ecstasy #CB6734
Tints of Ecstasy #CB6734
RGB
CMYK
RGB Variations
Color information
#CB6734 (or 0xCB6734) is known color: Ecstasy. HEX triplet: CB, 67 and 34. RGB value is (203,103,52). Sum of RGB (Red+Green+Blue) = 203+103+52=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6734 is #3498CB. Grayscale: #7F7F7F. Windows color (decimal): -3446988 or 3434443. OLE color: 3434443.
HSL color Cylindrical-coordinate representation of color #CB6734: hue angle of 20.26º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB6734 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 52 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.20 |
| HSL | 20.26º | 0.59% | 0.5% | - |
| HSV(B) | 20.26º | 0.74% | 0.8% | - |
| XYZ | 30.1 | 22.64 | 6.03 | - |
| YUV | 127.09 | 85.63 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 52 | 0 | 0.49 | 0.74 | 0.20 | 20.26 | 0.59 | 0.5 |
| Hex | CB | 67 | 34 | 0 | 31 | 4A | 14 | 14 | 3B | 32 |
| Octal | 313 | 147 | 64 | 0 | 61 | 112 | 24 | 24 | 73 | 62 |
| Binary | 11001011 | 1100111 | 110100 | 0 | 110001 | 1001010 | 10100 | 10100 | 111011 | 110010 |
Color Harmonies of #CB6734
Complementary color
Monochromatic Colors of #CB6734
Black with #CB6734
Text Example
Text Example
White with #CB6734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6734; }
p { color: rgb(203,103,52); }
H1.HeaderClassName
{
color: #CB6734;
}
.AnyTagClassName
{
color: #CB6734;
}
</style>
background-color css
<style>
a { background-color: #CB6734; }
a { background-color: rgb(203,103,52); }
div.DivClassName
{
background-color: #CB6734;
}
.BgClassName
{
background-color: #CB6734;
}
</style>
border-color css
<style>
span { border-color: #CB6734; }
span { border-color: rgb(203,103,52); }
td.TdClassName
{
border-color: #CB6734;
}
.TagClassName
{
border-color: #CB6734;
}
</style>