Shades of Perfume #C3ACDA
Tints of Perfume #C3ACDA
RGB
CMYK
RGB Variations
Color information
#C3ACDA (or 0xC3ACDA) is known color: Perfume. HEX triplet: C3, AC and DA. RGB value is (195,172,218). Sum of RGB (Red+Green+Blue) = 195+172+218=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACDA is #3C5325. Grayscale: #B7B7B7. Windows color (decimal): -3953446 or 14331075. OLE color: 14331075.
HSL color Cylindrical-coordinate representation of color #C3ACDA: hue angle of 270º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3ACDA is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 195 | 172 | 218 | - |
CMYK | 0.11 | 0.21 | 0 | 0.15 |
HSL | 270º | 0.38% | 0.76% | - |
HSV(B) | 270º | 0.21% | 0.85% | - |
XYZ | 49.91 | 46.17 | 72.61 | - |
YUV | 184.12 | 147.12 | 135.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 172 | 218 | 0.11 | 0.21 | 0 | 0.15 | 270 | 0.38 | 0.76 |
Hex | C3 | AC | DA | B | 15 | 0 | F | 10E | 26 | 4C |
Octal | 303 | 254 | 332 | 13 | 25 | 0 | 17 | 416 | 46 | 114 |
Binary | 11000011 | 10101100 | 11011010 | 1011 | 10101 | 0 | 1111 | 100001110 | 100110 | 1001100 |
Color Harmonies of #C3ACDA
Complementary color
Monochromatic Colors of #C3ACDA
Black with #C3ACDA
Text Example
Text Example
White with #C3ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ACDA; }
p { color: rgb(195,172,218); }
H1.HeaderClassName
{
color: #C3ACDA;
}
.AnyTagClassName
{
color: #C3ACDA;
}
</style>
background-color css
<style>
a { background-color: #C3ACDA; }
a { background-color: rgb(195,172,218); }
div.DivClassName
{
background-color: #C3ACDA;
}
.BgClassName
{
background-color: #C3ACDA;
}
</style>
border-color css
<style>
span { border-color: #C3ACDA; }
span { border-color: rgb(195,172,218); }
td.TdClassName
{
border-color: #C3ACDA;
}
.TagClassName
{
border-color: #C3ACDA;
}
</style>