Shades of Careys Pink #CD939A
Tints of Careys Pink #CD939A
RGB
CMYK
RGB Variations
Color information
#CD939A (or 0xCD939A) is known color: Careys Pink. HEX triplet: CD, 93 and 9A. RGB value is (205,147,154). Sum of RGB (Red+Green+Blue) = 205+147+154=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CD939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD939A is #326C65. Grayscale: #A5A5A5. Windows color (decimal): -3304550 or 10130381. OLE color: 10130381.
HSL color Cylindrical-coordinate representation of color #CD939A: hue angle of 352.76º degrees, saturation: 0.37, 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 #CD939A is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 147 | 154 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.20 |
| HSL | 352.76º | 0.37% | 0.69% | - |
| HSV(B) | 352.76º | 0.28% | 0.8% | - |
| XYZ | 41.44 | 36.18 | 35.37 | - |
| YUV | 165.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 147 | 154 | 0 | 0.28 | 0.25 | 0.20 | 352.76 | 0.37 | 0.69 |
| Hex | CD | 93 | 9A | 0 | 1C | 19 | 14 | 161 | 25 | 45 |
| Octal | 315 | 223 | 232 | 0 | 34 | 31 | 24 | 541 | 45 | 105 |
| Binary | 11001101 | 10010011 | 10011010 | 0 | 11100 | 11001 | 10100 | 101100001 | 100101 | 1000101 |
Color Harmonies of #CD939A
Complementary color
Monochromatic Colors of #CD939A
Black with #CD939A
Text Example
Text Example
White with #CD939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD939A; }
p { color: rgb(205,147,154); }
H1.HeaderClassName
{
color: #CD939A;
}
.AnyTagClassName
{
color: #CD939A;
}
</style>
background-color css
<style>
a { background-color: #CD939A; }
a { background-color: rgb(205,147,154); }
div.DivClassName
{
background-color: #CD939A;
}
.BgClassName
{
background-color: #CD939A;
}
</style>
border-color css
<style>
span { border-color: #CD939A; }
span { border-color: rgb(205,147,154); }
td.TdClassName
{
border-color: #CD939A;
}
.TagClassName
{
border-color: #CD939A;
}
</style>