Shades of Prelude #C2ACCA
Tints of Prelude #C2ACCA
RGB
CMYK
RGB Variations
Color information
#C2ACCA (or 0xC2ACCA) is known color: Prelude. HEX triplet: C2, AC and CA. RGB value is (194,172,202). Sum of RGB (Red+Green+Blue) = 194+172+202=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2ACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACCA is #3D5335. Grayscale: #B5B5B5. Windows color (decimal): -4018998 or 13282498. OLE color: 13282498.
HSL color Cylindrical-coordinate representation of color #C2ACCA: hue angle of 284º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2ACCA is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 194 | 172 | 202 | - |
CMYK | 0.04 | 0.15 | 0 | 0.21 |
HSL | 284º | 0.22% | 0.73% | - |
HSV(B) | 284º | 0.15% | 0.79% | - |
XYZ | 47.66 | 45.24 | 62.1 | - |
YUV | 182 | 139.29 | 136.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 172 | 202 | 0.04 | 0.15 | 0 | 0.21 | 284 | 0.22 | 0.73 |
Hex | C2 | AC | CA | 4 | F | 0 | 15 | 11C | 16 | 49 |
Octal | 302 | 254 | 312 | 4 | 17 | 0 | 25 | 434 | 26 | 111 |
Binary | 11000010 | 10101100 | 11001010 | 100 | 1111 | 0 | 10101 | 100011100 | 10110 | 1001001 |
Color Harmonies of #C2ACCA
Complementary color
Monochromatic Colors of #C2ACCA
Black with #C2ACCA
Text Example
Text Example
White with #C2ACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACCA; }
p { color: rgb(194,172,202); }
H1.HeaderClassName
{
color: #C2ACCA;
}
.AnyTagClassName
{
color: #C2ACCA;
}
</style>
background-color css
<style>
a { background-color: #C2ACCA; }
a { background-color: rgb(194,172,202); }
div.DivClassName
{
background-color: #C2ACCA;
}
.BgClassName
{
background-color: #C2ACCA;
}
</style>
border-color css
<style>
span { border-color: #C2ACCA; }
span { border-color: rgb(194,172,202); }
td.TdClassName
{
border-color: #C2ACCA;
}
.TagClassName
{
border-color: #C2ACCA;
}
</style>