Shades of Careys Pink #D0939B
Tints of Careys Pink #D0939B
RGB
CMYK
RGB Variations
Color information
#D0939B (or 0xD0939B) is known color: Careys Pink. HEX triplet: D0, 93 and 9B. RGB value is (208,147,155). Sum of RGB (Red+Green+Blue) = 208+147+155=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0939B is #2F6C64. Grayscale: #A6A6A6. Windows color (decimal): -3107941 or 10195920. OLE color: 10195920.
HSL color Cylindrical-coordinate representation of color #D0939B: hue angle of 352.13º 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 #D0939B is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 155 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.18 |
| HSL | 352.13º | 0.39% | 0.7% | - |
| HSV(B) | 352.13º | 0.29% | 0.82% | - |
| XYZ | 42.36 | 36.64 | 35.85 | - |
| YUV | 166.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 155 | 0 | 0.29 | 0.25 | 0.18 | 352.13 | 0.39 | 0.7 |
| Hex | D0 | 93 | 9B | 0 | 1D | 19 | 12 | 160 | 27 | 46 |
| Octal | 320 | 223 | 233 | 0 | 35 | 31 | 22 | 540 | 47 | 106 |
| Binary | 11010000 | 10010011 | 10011011 | 0 | 11101 | 11001 | 10010 | 101100000 | 100111 | 1000110 |
Color Harmonies of #D0939B
Complementary color
Monochromatic Colors of #D0939B
Black with #D0939B
Text Example
Text Example
White with #D0939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0939B; }
p { color: rgb(208,147,155); }
H1.HeaderClassName
{
color: #D0939B;
}
.AnyTagClassName
{
color: #D0939B;
}
</style>
background-color css
<style>
a { background-color: #D0939B; }
a { background-color: rgb(208,147,155); }
div.DivClassName
{
background-color: #D0939B;
}
.BgClassName
{
background-color: #D0939B;
}
</style>
border-color css
<style>
span { border-color: #D0939B; }
span { border-color: rgb(208,147,155); }
td.TdClassName
{
border-color: #D0939B;
}
.TagClassName
{
border-color: #D0939B;
}
</style>