Shades of Ecstasy #CC693C
Tints of Ecstasy #CC693C
RGB
CMYK
RGB Variations
Color information
#CC693C (or 0xCC693C) is known color: Ecstasy. HEX triplet: CC, 69 and 3C. RGB value is (204,105,60). Sum of RGB (Red+Green+Blue) = 204+105+60=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC693C is #3396C3. Grayscale: #818181. Windows color (decimal): -3380932 or 3959244. OLE color: 3959244.
HSL color Cylindrical-coordinate representation of color #CC693C: hue angle of 18.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC693C is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 60 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.2 |
| HSL | 18.75º | 0.59% | 0.52% | - |
| HSV(B) | 18.75º | 0.71% | 0.8% | - |
| XYZ | 30.77 | 23.27 | 7.14 | - |
| YUV | 129.47 | 88.8 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 60 | 0 | 0.49 | 0.71 | 0.2 | 18.75 | 0.59 | 0.52 |
| Hex | CC | 69 | 3C | 0 | 31 | 47 | 14 | 13 | 3B | 34 |
| Octal | 314 | 151 | 74 | 0 | 61 | 107 | 24 | 23 | 73 | 64 |
| Binary | 11001100 | 1101001 | 111100 | 0 | 110001 | 1000111 | 10100 | 10011 | 111011 | 110100 |
Color Harmonies of #CC693C
Complementary color
Monochromatic Colors of #CC693C
Black with #CC693C
Text Example
Text Example
White with #CC693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC693C; }
p { color: rgb(204,105,60); }
H1.HeaderClassName
{
color: #CC693C;
}
.AnyTagClassName
{
color: #CC693C;
}
</style>
background-color css
<style>
a { background-color: #CC693C; }
a { background-color: rgb(204,105,60); }
div.DivClassName
{
background-color: #CC693C;
}
.BgClassName
{
background-color: #CC693C;
}
</style>
border-color css
<style>
span { border-color: #CC693C; }
span { border-color: rgb(204,105,60); }
td.TdClassName
{
border-color: #CC693C;
}
.TagClassName
{
border-color: #CC693C;
}
</style>