Shades of Ecstasy #CC6836
Tints of Ecstasy #CC6836
RGB
CMYK
RGB Variations
Color information
#CC6836 (or 0xCC6836) is known color: Ecstasy. HEX triplet: CC, 68 and 36. RGB value is (204,104,54). Sum of RGB (Red+Green+Blue) = 204+104+54=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6836 is #3397C9. Grayscale: #808080. Windows color (decimal): -3381194 or 3565772. OLE color: 3565772.
HSL color Cylindrical-coordinate representation of color #CC6836: hue angle of 20º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC6836 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 54 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.2 |
| HSL | 20º | 0.6% | 0.51% | - |
| HSV(B) | 20º | 0.74% | 0.8% | - |
| XYZ | 30.52 | 23 | 6.32 | - |
| YUV | 128.2 | 86.13 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 54 | 0 | 0.49 | 0.74 | 0.2 | 20 | 0.6 | 0.51 |
| Hex | CC | 68 | 36 | 0 | 31 | 4A | 14 | 14 | 3C | 33 |
| Octal | 314 | 150 | 66 | 0 | 61 | 112 | 24 | 24 | 74 | 63 |
| Binary | 11001100 | 1101000 | 110110 | 0 | 110001 | 1001010 | 10100 | 10100 | 111100 | 110011 |
Color Harmonies of #CC6836
Complementary color
Monochromatic Colors of #CC6836
Black with #CC6836
Text Example
Text Example
White with #CC6836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6836; }
p { color: rgb(204,104,54); }
H1.HeaderClassName
{
color: #CC6836;
}
.AnyTagClassName
{
color: #CC6836;
}
</style>
background-color css
<style>
a { background-color: #CC6836; }
a { background-color: rgb(204,104,54); }
div.DivClassName
{
background-color: #CC6836;
}
.BgClassName
{
background-color: #CC6836;
}
</style>
border-color css
<style>
span { border-color: #CC6836; }
span { border-color: rgb(204,104,54); }
td.TdClassName
{
border-color: #CC6836;
}
.TagClassName
{
border-color: #CC6836;
}
</style>