Shades of Careys Pink #CCA7A8
Tints of Careys Pink #CCA7A8
RGB
CMYK
RGB Variations
Color information
#CCA7A8 (or 0xCCA7A8) is known color: Careys Pink. HEX triplet: CC, A7 and A8. RGB value is (204,167,168). Sum of RGB (Red+Green+Blue) = 204+167+168=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA7A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA7A8 is #335857. Grayscale: #B2B2B2. Windows color (decimal): -3364952 or 11053004. OLE color: 11053004.
HSL color Cylindrical-coordinate representation of color #CCA7A8: hue angle of 358.38º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA7A8 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 168 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.2 |
| HSL | 358.38º | 0.27% | 0.73% | - |
| HSV(B) | 358.38º | 0.18% | 0.8% | - |
| XYZ | 45.79 | 43.3 | 42.99 | - |
| YUV | 178.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 168 | 0 | 0.18 | 0.18 | 0.2 | 358.38 | 0.27 | 0.73 |
| Hex | CC | A7 | A8 | 0 | 12 | 12 | 14 | 166 | 1B | 49 |
| Octal | 314 | 247 | 250 | 0 | 22 | 22 | 24 | 546 | 33 | 111 |
| Binary | 11001100 | 10100111 | 10101000 | 0 | 10010 | 10010 | 10100 | 101100110 | 11011 | 1001001 |
Color Harmonies of #CCA7A8
Complementary color
Monochromatic Colors of #CCA7A8
Black with #CCA7A8
Text Example
Text Example
White with #CCA7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA7A8; }
p { color: rgb(204,167,168); }
H1.HeaderClassName
{
color: #CCA7A8;
}
.AnyTagClassName
{
color: #CCA7A8;
}
</style>
background-color css
<style>
a { background-color: #CCA7A8; }
a { background-color: rgb(204,167,168); }
div.DivClassName
{
background-color: #CCA7A8;
}
.BgClassName
{
background-color: #CCA7A8;
}
</style>
border-color css
<style>
span { border-color: #CCA7A8; }
span { border-color: rgb(204,167,168); }
td.TdClassName
{
border-color: #CCA7A8;
}
.TagClassName
{
border-color: #CCA7A8;
}
</style>