Shades of Careys Pink #CC97A1
Tints of Careys Pink #CC97A1
RGB
CMYK
RGB Variations
Color information
#CC97A1 (or 0xCC97A1) is known color: Careys Pink. HEX triplet: CC, 97 and A1. RGB value is (204,151,161). Sum of RGB (Red+Green+Blue) = 204+151+161=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC97A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC97A1 is #33685E. Grayscale: #A8A8A8. Windows color (decimal): -3369055 or 10590156. OLE color: 10590156.
HSL color Cylindrical-coordinate representation of color #CC97A1: hue angle of 348.68º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC97A1 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 161 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.2 |
| HSL | 348.68º | 0.34% | 0.7% | - |
| HSV(B) | 348.68º | 0.26% | 0.8% | - |
| XYZ | 42.4 | 37.54 | 38.73 | - |
| YUV | 167.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 161 | 0 | 0.26 | 0.21 | 0.2 | 348.68 | 0.34 | 0.7 |
| Hex | CC | 97 | A1 | 0 | 1A | 15 | 14 | 15D | 22 | 46 |
| Octal | 314 | 227 | 241 | 0 | 32 | 25 | 24 | 535 | 42 | 106 |
| Binary | 11001100 | 10010111 | 10100001 | 0 | 11010 | 10101 | 10100 | 101011101 | 100010 | 1000110 |
Color Harmonies of #CC97A1
Complementary color
Monochromatic Colors of #CC97A1
Black with #CC97A1
Text Example
Text Example
White with #CC97A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC97A1; }
p { color: rgb(204,151,161); }
H1.HeaderClassName
{
color: #CC97A1;
}
.AnyTagClassName
{
color: #CC97A1;
}
</style>
background-color css
<style>
a { background-color: #CC97A1; }
a { background-color: rgb(204,151,161); }
div.DivClassName
{
background-color: #CC97A1;
}
.BgClassName
{
background-color: #CC97A1;
}
</style>
border-color css
<style>
span { border-color: #CC97A1; }
span { border-color: rgb(204,151,161); }
td.TdClassName
{
border-color: #CC97A1;
}
.TagClassName
{
border-color: #CC97A1;
}
</style>