Shades of Careys Pink #CD999E
Tints of Careys Pink #CD999E
RGB
CMYK
RGB Variations
Color information
#CD999E (or 0xCD999E) is known color: Careys Pink. HEX triplet: CD, 99 and 9E. RGB value is (205,153,158). Sum of RGB (Red+Green+Blue) = 205+153+158=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CD999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD999E is #326661. Grayscale: #A9A9A9. Windows color (decimal): -3303010 or 10394061. OLE color: 10394061.
HSL color Cylindrical-coordinate representation of color #CD999E: hue angle of 354.23º 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 #CD999E is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 153 | 158 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.20 |
| HSL | 354.23º | 0.34% | 0.7% | - |
| HSV(B) | 354.23º | 0.25% | 0.8% | - |
| XYZ | 42.74 | 38.23 | 37.47 | - |
| YUV | 169.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 153 | 158 | 0 | 0.25 | 0.23 | 0.20 | 354.23 | 0.34 | 0.7 |
| Hex | CD | 99 | 9E | 0 | 19 | 17 | 14 | 162 | 22 | 46 |
| Octal | 315 | 231 | 236 | 0 | 31 | 27 | 24 | 542 | 42 | 106 |
| Binary | 11001101 | 10011001 | 10011110 | 0 | 11001 | 10111 | 10100 | 101100010 | 100010 | 1000110 |
Color Harmonies of #CD999E
Complementary color
Monochromatic Colors of #CD999E
Black with #CD999E
Text Example
Text Example
White with #CD999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD999E; }
p { color: rgb(205,153,158); }
H1.HeaderClassName
{
color: #CD999E;
}
.AnyTagClassName
{
color: #CD999E;
}
</style>
background-color css
<style>
a { background-color: #CD999E; }
a { background-color: rgb(205,153,158); }
div.DivClassName
{
background-color: #CD999E;
}
.BgClassName
{
background-color: #CD999E;
}
</style>
border-color css
<style>
span { border-color: #CD999E; }
span { border-color: rgb(205,153,158); }
td.TdClassName
{
border-color: #CD999E;
}
.TagClassName
{
border-color: #CD999E;
}
</style>