Shades of Careys Pink #CCA3AD
Tints of Careys Pink #CCA3AD
RGB
CMYK
RGB Variations
Color information
#CCA3AD (or 0xCCA3AD) is known color: Careys Pink. HEX triplet: CC, A3 and AD. RGB value is (204,163,173). Sum of RGB (Red+Green+Blue) = 204+163+173=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA3AD is #335C52. Grayscale: #B0B0B0. Windows color (decimal): -3365971 or 11379660. OLE color: 11379660.
HSL color Cylindrical-coordinate representation of color #CCA3AD: hue angle of 345.37º 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 #CCA3AD is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 173 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.2 |
| HSL | 345.37º | 0.29% | 0.72% | - |
| HSV(B) | 345.37º | 0.2% | 0.8% | - |
| XYZ | 45.54 | 42.05 | 45.25 | - |
| YUV | 176.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 173 | 0 | 0.20 | 0.15 | 0.2 | 345.37 | 0.29 | 0.72 |
| Hex | CC | A3 | AD | 0 | 14 | F | 14 | 159 | 1D | 48 |
| Octal | 314 | 243 | 255 | 0 | 24 | 17 | 24 | 531 | 35 | 110 |
| Binary | 11001100 | 10100011 | 10101101 | 0 | 10100 | 1111 | 10100 | 101011001 | 11101 | 1001000 |
Color Harmonies of #CCA3AD
Complementary color
Monochromatic Colors of #CCA3AD
Black with #CCA3AD
Text Example
Text Example
White with #CCA3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA3AD; }
p { color: rgb(204,163,173); }
H1.HeaderClassName
{
color: #CCA3AD;
}
.AnyTagClassName
{
color: #CCA3AD;
}
</style>
background-color css
<style>
a { background-color: #CCA3AD; }
a { background-color: rgb(204,163,173); }
div.DivClassName
{
background-color: #CCA3AD;
}
.BgClassName
{
background-color: #CCA3AD;
}
</style>
border-color css
<style>
span { border-color: #CCA3AD; }
span { border-color: rgb(204,163,173); }
td.TdClassName
{
border-color: #CCA3AD;
}
.TagClassName
{
border-color: #CCA3AD;
}
</style>