Shades of Careys Pink #CD99A1
Tints of Careys Pink #CD99A1
RGB
CMYK
RGB Variations
Color information
#CD99A1 (or 0xCD99A1) is known color: Careys Pink. HEX triplet: CD, 99 and A1. RGB value is (205,153,161). Sum of RGB (Red+Green+Blue) = 205+153+161=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CD99A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD99A1 is #32665E. Grayscale: #A9A9A9. Windows color (decimal): -3303007 or 10590669. OLE color: 10590669.
HSL color Cylindrical-coordinate representation of color #CD99A1: hue angle of 350.77º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CD99A1 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 153 | 161 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.20 |
| HSL | 350.77º | 0.34% | 0.7% | - |
| HSV(B) | 350.77º | 0.25% | 0.8% | - |
| XYZ | 43 | 38.33 | 38.85 | - |
| YUV | 169.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 153 | 161 | 0 | 0.25 | 0.21 | 0.20 | 350.77 | 0.34 | 0.7 |
| Hex | CD | 99 | A1 | 0 | 19 | 15 | 14 | 15F | 22 | 46 |
| Octal | 315 | 231 | 241 | 0 | 31 | 25 | 24 | 537 | 42 | 106 |
| Binary | 11001101 | 10011001 | 10100001 | 0 | 11001 | 10101 | 10100 | 101011111 | 100010 | 1000110 |
Color Harmonies of #CD99A1
Complementary color
Monochromatic Colors of #CD99A1
Black with #CD99A1
Text Example
Text Example
White with #CD99A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD99A1; }
p { color: rgb(205,153,161); }
H1.HeaderClassName
{
color: #CD99A1;
}
.AnyTagClassName
{
color: #CD99A1;
}
</style>
background-color css
<style>
a { background-color: #CD99A1; }
a { background-color: rgb(205,153,161); }
div.DivClassName
{
background-color: #CD99A1;
}
.BgClassName
{
background-color: #CD99A1;
}
</style>
border-color css
<style>
span { border-color: #CD99A1; }
span { border-color: rgb(205,153,161); }
td.TdClassName
{
border-color: #CD99A1;
}
.TagClassName
{
border-color: #CD99A1;
}
</style>