Shades of Careys Pink #CCA4A8
Tints of Careys Pink #CCA4A8
RGB
CMYK
RGB Variations
Color information
#CCA4A8 (or 0xCCA4A8) is known color: Careys Pink. HEX triplet: CC, A4 and A8. RGB value is (204,164,168). Sum of RGB (Red+Green+Blue) = 204+164+168=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA4A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA4A8 is #335B57. Grayscale: #B0B0B0. Windows color (decimal): -3365720 or 11052236. OLE color: 11052236.
HSL color Cylindrical-coordinate representation of color #CCA4A8: hue angle of 354º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCA4A8 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 164 | 168 | - |
CMYK | 0 | 0.20 | 0.18 | 0.2 |
HSL | 354º | 0.28% | 0.72% | - |
HSV(B) | 354º | 0.2% | 0.8% | - |
XYZ | 45.25 | 42.22 | 42.81 | - |
YUV | 176.42 | 123.25 | 147.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 164 | 168 | 0 | 0.20 | 0.18 | 0.2 | 354 | 0.28 | 0.72 |
Hex | CC | A4 | A8 | 0 | 14 | 12 | 14 | 162 | 1C | 48 |
Octal | 314 | 244 | 250 | 0 | 24 | 22 | 24 | 542 | 34 | 110 |
Binary | 11001100 | 10100100 | 10101000 | 0 | 10100 | 10010 | 10100 | 101100010 | 11100 | 1001000 |
Color Harmonies of #CCA4A8
Complementary color
Monochromatic Colors of #CCA4A8
Black with #CCA4A8
Text Example
Text Example
White with #CCA4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA4A8; }
p { color: rgb(204,164,168); }
H1.HeaderClassName
{
color: #CCA4A8;
}
.AnyTagClassName
{
color: #CCA4A8;
}
</style>
background-color css
<style>
a { background-color: #CCA4A8; }
a { background-color: rgb(204,164,168); }
div.DivClassName
{
background-color: #CCA4A8;
}
.BgClassName
{
background-color: #CCA4A8;
}
</style>
border-color css
<style>
span { border-color: #CCA4A8; }
span { border-color: rgb(204,164,168); }
td.TdClassName
{
border-color: #CCA4A8;
}
.TagClassName
{
border-color: #CCA4A8;
}
</style>