Shades of Careys Pink #D0939C
Tints of Careys Pink #D0939C
RGB
CMYK
RGB Variations
Color information
#D0939C (or 0xD0939C) is known color: Careys Pink. HEX triplet: D0, 93 and 9C. RGB value is (208,147,156). Sum of RGB (Red+Green+Blue) = 208+147+156=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0939C is #2F6C63. Grayscale: #A6A6A6. Windows color (decimal): -3107940 or 10261456. OLE color: 10261456.
HSL color Cylindrical-coordinate representation of color #D0939C: hue angle of 351.15º 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 #D0939C is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 156 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.18 |
| HSL | 351.15º | 0.39% | 0.7% | - |
| HSV(B) | 351.15º | 0.29% | 0.82% | - |
| XYZ | 42.45 | 36.68 | 36.29 | - |
| YUV | 166.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 156 | 0 | 0.29 | 0.25 | 0.18 | 351.15 | 0.39 | 0.7 |
| Hex | D0 | 93 | 9C | 0 | 1D | 19 | 12 | 15F | 27 | 46 |
| Octal | 320 | 223 | 234 | 0 | 35 | 31 | 22 | 537 | 47 | 106 |
| Binary | 11010000 | 10010011 | 10011100 | 0 | 11101 | 11001 | 10010 | 101011111 | 100111 | 1000110 |
Color Harmonies of #D0939C
Complementary color
Monochromatic Colors of #D0939C
Black with #D0939C
Text Example
Text Example
White with #D0939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0939C; }
p { color: rgb(208,147,156); }
H1.HeaderClassName
{
color: #D0939C;
}
.AnyTagClassName
{
color: #D0939C;
}
</style>
background-color css
<style>
a { background-color: #D0939C; }
a { background-color: rgb(208,147,156); }
div.DivClassName
{
background-color: #D0939C;
}
.BgClassName
{
background-color: #D0939C;
}
</style>
border-color css
<style>
span { border-color: #D0939C; }
span { border-color: rgb(208,147,156); }
td.TdClassName
{
border-color: #D0939C;
}
.TagClassName
{
border-color: #D0939C;
}
</style>