Shades of Careys Pink #C99CA7
Tints of Careys Pink #C99CA7
RGB
CMYK
RGB Variations
Color information
#C99CA7 (or 0xC99CA7) is known color: Careys Pink. HEX triplet: C9, 9C and A7. RGB value is (201,156,167). Sum of RGB (Red+Green+Blue) = 201+156+167=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 167 (65.62% from 255 or 31.87% from 524); Max value from RGB is 201 - color contains mainly: red. Hex color #C99CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99CA7 is #366358. Grayscale: #AAAAAA. Windows color (decimal): -3564377 or 10984649. OLE color: 10984649.
HSL color Cylindrical-coordinate representation of color #C99CA7: hue angle of 345.33º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C99CA7 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 167 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.21 |
| HSL | 345.33º | 0.29% | 0.7% | - |
| HSV(B) | 345.33º | 0.22% | 0.79% | - |
| XYZ | 42.95 | 38.98 | 41.82 | - |
| YUV | 170.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 167 | 0 | 0.22 | 0.17 | 0.21 | 345.33 | 0.29 | 0.7 |
| Hex | C9 | 9C | A7 | 0 | 16 | 11 | 15 | 159 | 1D | 46 |
| Octal | 311 | 234 | 247 | 0 | 26 | 21 | 25 | 531 | 35 | 106 |
| Binary | 11001001 | 10011100 | 10100111 | 0 | 10110 | 10001 | 10101 | 101011001 | 11101 | 1000110 |
Color Harmonies of #C99CA7
Complementary color
Monochromatic Colors of #C99CA7
Black with #C99CA7
Text Example
Text Example
White with #C99CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99CA7; }
p { color: rgb(201,156,167); }
H1.HeaderClassName
{
color: #C99CA7;
}
.AnyTagClassName
{
color: #C99CA7;
}
</style>
background-color css
<style>
a { background-color: #C99CA7; }
a { background-color: rgb(201,156,167); }
div.DivClassName
{
background-color: #C99CA7;
}
.BgClassName
{
background-color: #C99CA7;
}
</style>
border-color css
<style>
span { border-color: #C99CA7; }
span { border-color: rgb(201,156,167); }
td.TdClassName
{
border-color: #C99CA7;
}
.TagClassName
{
border-color: #C99CA7;
}
</style>