Shades of Careys Pink #CD949E
Tints of Careys Pink #CD949E
RGB
CMYK
RGB Variations
Color information
#CD949E (or 0xCD949E) is known color: Careys Pink. HEX triplet: CD, 94 and 9E. RGB value is (205,148,158). Sum of RGB (Red+Green+Blue) = 205+148+158=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD949E is #326B61. Grayscale: #A6A6A6. Windows color (decimal): -3304290 or 10392781. OLE color: 10392781.
HSL color Cylindrical-coordinate representation of color #CD949E: hue angle of 349.47º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD949E is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 148 | 158 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.20 |
| HSL | 349.47º | 0.36% | 0.69% | - |
| HSV(B) | 349.47º | 0.28% | 0.8% | - |
| XYZ | 41.94 | 36.63 | 37.21 | - |
| YUV | 166.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 148 | 158 | 0 | 0.28 | 0.23 | 0.20 | 349.47 | 0.36 | 0.69 |
| Hex | CD | 94 | 9E | 0 | 1C | 17 | 14 | 15D | 24 | 45 |
| Octal | 315 | 224 | 236 | 0 | 34 | 27 | 24 | 535 | 44 | 105 |
| Binary | 11001101 | 10010100 | 10011110 | 0 | 11100 | 10111 | 10100 | 101011101 | 100100 | 1000101 |
Color Harmonies of #CD949E
Complementary color
Monochromatic Colors of #CD949E
Black with #CD949E
Text Example
Text Example
White with #CD949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD949E; }
p { color: rgb(205,148,158); }
H1.HeaderClassName
{
color: #CD949E;
}
.AnyTagClassName
{
color: #CD949E;
}
</style>
background-color css
<style>
a { background-color: #CD949E; }
a { background-color: rgb(205,148,158); }
div.DivClassName
{
background-color: #CD949E;
}
.BgClassName
{
background-color: #CD949E;
}
</style>
border-color css
<style>
span { border-color: #CD949E; }
span { border-color: rgb(205,148,158); }
td.TdClassName
{
border-color: #CD949E;
}
.TagClassName
{
border-color: #CD949E;
}
</style>