Shades of Careys Pink #CD999D
Tints of Careys Pink #CD999D
RGB
CMYK
RGB Variations
Color information
#CD999D (or 0xCD999D) is known color: Careys Pink. HEX triplet: CD, 99 and 9D. RGB value is (205,153,157). Sum of RGB (Red+Green+Blue) = 205+153+157=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CD999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD999D is #326662. Grayscale: #A9A9A9. Windows color (decimal): -3303011 or 10328525. OLE color: 10328525.
HSL color Cylindrical-coordinate representation of color #CD999D: hue angle of 355.38º 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 #CD999D is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 153 | 157 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.20 |
| HSL | 355.38º | 0.34% | 0.7% | - |
| HSV(B) | 355.38º | 0.25% | 0.8% | - |
| XYZ | 42.65 | 38.2 | 37.02 | - |
| YUV | 169 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 153 | 157 | 0 | 0.25 | 0.23 | 0.20 | 355.38 | 0.34 | 0.7 |
| Hex | CD | 99 | 9D | 0 | 19 | 17 | 14 | 163 | 22 | 46 |
| Octal | 315 | 231 | 235 | 0 | 31 | 27 | 24 | 543 | 42 | 106 |
| Binary | 11001101 | 10011001 | 10011101 | 0 | 11001 | 10111 | 10100 | 101100011 | 100010 | 1000110 |
Color Harmonies of #CD999D
Complementary color
Monochromatic Colors of #CD999D
Black with #CD999D
Text Example
Text Example
White with #CD999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD999D; }
p { color: rgb(205,153,157); }
H1.HeaderClassName
{
color: #CD999D;
}
.AnyTagClassName
{
color: #CD999D;
}
</style>
background-color css
<style>
a { background-color: #CD999D; }
a { background-color: rgb(205,153,157); }
div.DivClassName
{
background-color: #CD999D;
}
.BgClassName
{
background-color: #CD999D;
}
</style>
border-color css
<style>
span { border-color: #CD999D; }
span { border-color: rgb(205,153,157); }
td.TdClassName
{
border-color: #CD999D;
}
.TagClassName
{
border-color: #CD999D;
}
</style>