Shades of Perfume #C8ACEA
Tints of Perfume #C8ACEA
RGB
CMYK
RGB Variations
Color information
#C8ACEA (or 0xC8ACEA) is known color: Perfume. HEX triplet: C8, AC and EA. RGB value is (200,172,234). Sum of RGB (Red+Green+Blue) = 200+172+234=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ACEA is #375315. Grayscale: #BBBBBB. Windows color (decimal): -3625750 or 15379656. OLE color: 15379656.
HSL color Cylindrical-coordinate representation of color #C8ACEA: hue angle of 267.1º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8ACEA is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 200 | 172 | 234 | - |
CMYK | 0.15 | 0.26 | 0 | 0.08 |
HSL | 267.1º | 0.6% | 0.8% | - |
HSV(B) | 267.1º | 0.26% | 0.92% | - |
XYZ | 53.42 | 47.72 | 84.24 | - |
YUV | 187.44 | 154.28 | 136.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 172 | 234 | 0.15 | 0.26 | 0 | 0.08 | 267.1 | 0.6 | 0.8 |
Hex | C8 | AC | EA | F | 1A | 0 | 8 | 10B | 3C | 50 |
Octal | 310 | 254 | 352 | 17 | 32 | 0 | 10 | 413 | 74 | 120 |
Binary | 11001000 | 10101100 | 11101010 | 1111 | 11010 | 0 | 1000 | 100001011 | 111100 | 1010000 |
Color Harmonies of #C8ACEA
Complementary color
Monochromatic Colors of #C8ACEA
Black with #C8ACEA
Text Example
Text Example
White with #C8ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACEA; }
p { color: rgb(200,172,234); }
H1.HeaderClassName
{
color: #C8ACEA;
}
.AnyTagClassName
{
color: #C8ACEA;
}
</style>
background-color css
<style>
a { background-color: #C8ACEA; }
a { background-color: rgb(200,172,234); }
div.DivClassName
{
background-color: #C8ACEA;
}
.BgClassName
{
background-color: #C8ACEA;
}
</style>
border-color css
<style>
span { border-color: #C8ACEA; }
span { border-color: rgb(200,172,234); }
td.TdClassName
{
border-color: #C8ACEA;
}
.TagClassName
{
border-color: #C8ACEA;
}
</style>