Shades of Careys Pink #CCA7B2
Tints of Careys Pink #CCA7B2
RGB
CMYK
RGB Variations
Color information
#CCA7B2 (or 0xCCA7B2) is known color: Careys Pink. HEX triplet: CC, A7 and B2. RGB value is (204,167,178). Sum of RGB (Red+Green+Blue) = 204+167+178=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA7B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA7B2 is #33584D. Grayscale: #B3B3B3. Windows color (decimal): -3364942 or 11708364. OLE color: 11708364.
HSL color Cylindrical-coordinate representation of color #CCA7B2: hue angle of 342.16º 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 #CCA7B2 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 178 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.2 |
| HSL | 342.16º | 0.27% | 0.73% | - |
| HSV(B) | 342.16º | 0.18% | 0.8% | - |
| XYZ | 46.76 | 43.69 | 48.09 | - |
| YUV | 179.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 178 | 0 | 0.18 | 0.13 | 0.2 | 342.16 | 0.27 | 0.73 |
| Hex | CC | A7 | B2 | 0 | 12 | D | 14 | 156 | 1B | 49 |
| Octal | 314 | 247 | 262 | 0 | 22 | 15 | 24 | 526 | 33 | 111 |
| Binary | 11001100 | 10100111 | 10110010 | 0 | 10010 | 1101 | 10100 | 101010110 | 11011 | 1001001 |
Color Harmonies of #CCA7B2
Complementary color
Monochromatic Colors of #CCA7B2
Black with #CCA7B2
Text Example
Text Example
White with #CCA7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA7B2; }
p { color: rgb(204,167,178); }
H1.HeaderClassName
{
color: #CCA7B2;
}
.AnyTagClassName
{
color: #CCA7B2;
}
</style>
background-color css
<style>
a { background-color: #CCA7B2; }
a { background-color: rgb(204,167,178); }
div.DivClassName
{
background-color: #CCA7B2;
}
.BgClassName
{
background-color: #CCA7B2;
}
</style>
border-color css
<style>
span { border-color: #CCA7B2; }
span { border-color: rgb(204,167,178); }
td.TdClassName
{
border-color: #CCA7B2;
}
.TagClassName
{
border-color: #CCA7B2;
}
</style>