Shades of Careys Pink #CD949A
Tints of Careys Pink #CD949A
RGB
CMYK
RGB Variations
Color information
#CD949A (or 0xCD949A) is known color: Careys Pink. HEX triplet: CD, 94 and 9A. RGB value is (205,148,154). Sum of RGB (Red+Green+Blue) = 205+148+154=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD949A is #326B65. Grayscale: #A5A5A5. Windows color (decimal): -3304294 or 10130637. OLE color: 10130637.
HSL color Cylindrical-coordinate representation of color #CD949A: hue angle of 353.68º 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 #CD949A is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 148 | 154 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.20 |
| HSL | 353.68º | 0.36% | 0.69% | - |
| HSV(B) | 353.68º | 0.28% | 0.8% | - |
| XYZ | 41.6 | 36.49 | 35.42 | - |
| YUV | 165.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 148 | 154 | 0 | 0.28 | 0.25 | 0.20 | 353.68 | 0.36 | 0.69 |
| Hex | CD | 94 | 9A | 0 | 1C | 19 | 14 | 162 | 24 | 45 |
| Octal | 315 | 224 | 232 | 0 | 34 | 31 | 24 | 542 | 44 | 105 |
| Binary | 11001101 | 10010100 | 10011010 | 0 | 11100 | 11001 | 10100 | 101100010 | 100100 | 1000101 |
Color Harmonies of #CD949A
Complementary color
Monochromatic Colors of #CD949A
Black with #CD949A
Text Example
Text Example
White with #CD949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD949A; }
p { color: rgb(205,148,154); }
H1.HeaderClassName
{
color: #CD949A;
}
.AnyTagClassName
{
color: #CD949A;
}
</style>
background-color css
<style>
a { background-color: #CD949A; }
a { background-color: rgb(205,148,154); }
div.DivClassName
{
background-color: #CD949A;
}
.BgClassName
{
background-color: #CD949A;
}
</style>
border-color css
<style>
span { border-color: #CD949A; }
span { border-color: rgb(205,148,154); }
td.TdClassName
{
border-color: #CD949A;
}
.TagClassName
{
border-color: #CD949A;
}
</style>