Shades of Careys Pink #CCA3A7
Tints of Careys Pink #CCA3A7
RGB
CMYK
RGB Variations
Color information
#CCA3A7 (or 0xCCA3A7) is known color: Careys Pink. HEX triplet: CC, A3 and A7. RGB value is (204,163,167). Sum of RGB (Red+Green+Blue) = 204+163+167=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA3A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA3A7 is #335C58. Grayscale: #AFAFAF. Windows color (decimal): -3365977 or 10986444. OLE color: 10986444.
HSL color Cylindrical-coordinate representation of color #CCA3A7: hue angle of 354.15º degrees, saturation: 0.29, 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 #CCA3A7 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 167 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.2 |
| HSL | 354.15º | 0.29% | 0.72% | - |
| HSV(B) | 354.15º | 0.2% | 0.8% | - |
| XYZ | 44.97 | 41.82 | 42.26 | - |
| YUV | 175.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 167 | 0 | 0.20 | 0.18 | 0.2 | 354.15 | 0.29 | 0.72 |
| Hex | CC | A3 | A7 | 0 | 14 | 12 | 14 | 162 | 1D | 48 |
| Octal | 314 | 243 | 247 | 0 | 24 | 22 | 24 | 542 | 35 | 110 |
| Binary | 11001100 | 10100011 | 10100111 | 0 | 10100 | 10010 | 10100 | 101100010 | 11101 | 1001000 |
Color Harmonies of #CCA3A7
Complementary color
Monochromatic Colors of #CCA3A7
Black with #CCA3A7
Text Example
Text Example
White with #CCA3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA3A7; }
p { color: rgb(204,163,167); }
H1.HeaderClassName
{
color: #CCA3A7;
}
.AnyTagClassName
{
color: #CCA3A7;
}
</style>
background-color css
<style>
a { background-color: #CCA3A7; }
a { background-color: rgb(204,163,167); }
div.DivClassName
{
background-color: #CCA3A7;
}
.BgClassName
{
background-color: #CCA3A7;
}
</style>
border-color css
<style>
span { border-color: #CCA3A7; }
span { border-color: rgb(204,163,167); }
td.TdClassName
{
border-color: #CCA3A7;
}
.TagClassName
{
border-color: #CCA3A7;
}
</style>