Shades of Careys Pink #D0939A
Tints of Careys Pink #D0939A
RGB
CMYK
RGB Variations
Color information
#D0939A (or 0xD0939A) is known color: Careys Pink. HEX triplet: D0, 93 and 9A. RGB value is (208,147,154). Sum of RGB (Red+Green+Blue) = 208+147+154=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0939A is #2F6C65. Grayscale: #A6A6A6. Windows color (decimal): -3107942 or 10130384. OLE color: 10130384.
HSL color Cylindrical-coordinate representation of color #D0939A: hue angle of 353.11º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0939A is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 154 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.18 |
| HSL | 353.11º | 0.39% | 0.7% | - |
| HSV(B) | 353.11º | 0.29% | 0.82% | - |
| XYZ | 42.28 | 36.61 | 35.41 | - |
| YUV | 166.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 154 | 0 | 0.29 | 0.26 | 0.18 | 353.11 | 0.39 | 0.7 |
| Hex | D0 | 93 | 9A | 0 | 1D | 1A | 12 | 161 | 27 | 46 |
| Octal | 320 | 223 | 232 | 0 | 35 | 32 | 22 | 541 | 47 | 106 |
| Binary | 11010000 | 10010011 | 10011010 | 0 | 11101 | 11010 | 10010 | 101100001 | 100111 | 1000110 |
Color Harmonies of #D0939A
Complementary color
Monochromatic Colors of #D0939A
Black with #D0939A
Text Example
Text Example
White with #D0939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0939A; }
p { color: rgb(208,147,154); }
H1.HeaderClassName
{
color: #D0939A;
}
.AnyTagClassName
{
color: #D0939A;
}
</style>
background-color css
<style>
a { background-color: #D0939A; }
a { background-color: rgb(208,147,154); }
div.DivClassName
{
background-color: #D0939A;
}
.BgClassName
{
background-color: #D0939A;
}
</style>
border-color css
<style>
span { border-color: #D0939A; }
span { border-color: rgb(208,147,154); }
td.TdClassName
{
border-color: #D0939A;
}
.TagClassName
{
border-color: #D0939A;
}
</style>