Shades of Careys Pink #C99DAA
Tints of Careys Pink #C99DAA
RGB
CMYK
RGB Variations
Color information
#C99DAA (or 0xC99DAA) is known color: Careys Pink. HEX triplet: C9, 9D and AA. RGB value is (201,157,170). Sum of RGB (Red+Green+Blue) = 201+157+170=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C99DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99DAA is #366255. Grayscale: #ABABAB. Windows color (decimal): -3564118 or 11181513. OLE color: 11181513.
HSL color Cylindrical-coordinate representation of color #C99DAA: hue angle of 342.27º 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 #C99DAA is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 170 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.21 |
| HSL | 342.27º | 0.29% | 0.7% | - |
| HSV(B) | 342.27º | 0.22% | 0.79% | - |
| XYZ | 43.4 | 39.43 | 43.35 | - |
| YUV | 171.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 170 | 0 | 0.22 | 0.15 | 0.21 | 342.27 | 0.29 | 0.7 |
| Hex | C9 | 9D | AA | 0 | 16 | F | 15 | 156 | 1D | 46 |
| Octal | 311 | 235 | 252 | 0 | 26 | 17 | 25 | 526 | 35 | 106 |
| Binary | 11001001 | 10011101 | 10101010 | 0 | 10110 | 1111 | 10101 | 101010110 | 11101 | 1000110 |
Color Harmonies of #C99DAA
Complementary color
Monochromatic Colors of #C99DAA
Black with #C99DAA
Text Example
Text Example
White with #C99DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99DAA; }
p { color: rgb(201,157,170); }
H1.HeaderClassName
{
color: #C99DAA;
}
.AnyTagClassName
{
color: #C99DAA;
}
</style>
background-color css
<style>
a { background-color: #C99DAA; }
a { background-color: rgb(201,157,170); }
div.DivClassName
{
background-color: #C99DAA;
}
.BgClassName
{
background-color: #C99DAA;
}
</style>
border-color css
<style>
span { border-color: #C99DAA; }
span { border-color: rgb(201,157,170); }
td.TdClassName
{
border-color: #C99DAA;
}
.TagClassName
{
border-color: #C99DAA;
}
</style>