Shades of Careys Pink #CD96A3
Tints of Careys Pink #CD96A3
RGB
CMYK
RGB Variations
Color information
#CD96A3 (or 0xCD96A3) is known color: Careys Pink. HEX triplet: CD, 96 and A3. RGB value is (205,150,163). Sum of RGB (Red+Green+Blue) = 205+150+163=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CD96A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD96A3 is #32695C. Grayscale: #A7A7A7. Windows color (decimal): -3303773 or 10720973. OLE color: 10720973.
HSL color Cylindrical-coordinate representation of color #CD96A3: hue angle of 345.82º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CD96A3 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 150 | 163 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.20 |
| HSL | 345.82º | 0.35% | 0.7% | - |
| HSV(B) | 345.82º | 0.27% | 0.8% | - |
| XYZ | 42.69 | 37.44 | 39.63 | - |
| YUV | 167.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 150 | 163 | 0 | 0.27 | 0.20 | 0.20 | 345.82 | 0.35 | 0.7 |
| Hex | CD | 96 | A3 | 0 | 1B | 14 | 14 | 15A | 23 | 46 |
| Octal | 315 | 226 | 243 | 0 | 33 | 24 | 24 | 532 | 43 | 106 |
| Binary | 11001101 | 10010110 | 10100011 | 0 | 11011 | 10100 | 10100 | 101011010 | 100011 | 1000110 |
Color Harmonies of #CD96A3
Complementary color
Monochromatic Colors of #CD96A3
Black with #CD96A3
Text Example
Text Example
White with #CD96A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD96A3; }
p { color: rgb(205,150,163); }
H1.HeaderClassName
{
color: #CD96A3;
}
.AnyTagClassName
{
color: #CD96A3;
}
</style>
background-color css
<style>
a { background-color: #CD96A3; }
a { background-color: rgb(205,150,163); }
div.DivClassName
{
background-color: #CD96A3;
}
.BgClassName
{
background-color: #CD96A3;
}
</style>
border-color css
<style>
span { border-color: #CD96A3; }
span { border-color: rgb(205,150,163); }
td.TdClassName
{
border-color: #CD96A3;
}
.TagClassName
{
border-color: #CD96A3;
}
</style>