Shades of Careys Pink #D09CA4
Tints of Careys Pink #D09CA4
RGB
CMYK
RGB Variations
Color information
#D09CA4 (or 0xD09CA4) is known color: Careys Pink. HEX triplet: D0, 9C and A4. RGB value is (208,156,164). Sum of RGB (Red+Green+Blue) = 208+156+164=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D09CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09CA4 is #2F635B. Grayscale: #ACACAC. Windows color (decimal): -3105628 or 10788048. OLE color: 10788048.
HSL color Cylindrical-coordinate representation of color #D09CA4: hue angle of 350.77º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09CA4 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 164 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.18 |
| HSL | 350.77º | 0.36% | 0.71% | - |
| HSV(B) | 350.77º | 0.25% | 0.82% | - |
| XYZ | 44.6 | 39.87 | 40.47 | - |
| YUV | 172.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 164 | 0 | 0.25 | 0.21 | 0.18 | 350.77 | 0.36 | 0.71 |
| Hex | D0 | 9C | A4 | 0 | 19 | 15 | 12 | 15F | 24 | 47 |
| Octal | 320 | 234 | 244 | 0 | 31 | 25 | 22 | 537 | 44 | 107 |
| Binary | 11010000 | 10011100 | 10100100 | 0 | 11001 | 10101 | 10010 | 101011111 | 100100 | 1000111 |
Color Harmonies of #D09CA4
Complementary color
Monochromatic Colors of #D09CA4
Black with #D09CA4
Text Example
Text Example
White with #D09CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CA4; }
p { color: rgb(208,156,164); }
H1.HeaderClassName
{
color: #D09CA4;
}
.AnyTagClassName
{
color: #D09CA4;
}
</style>
background-color css
<style>
a { background-color: #D09CA4; }
a { background-color: rgb(208,156,164); }
div.DivClassName
{
background-color: #D09CA4;
}
.BgClassName
{
background-color: #D09CA4;
}
</style>
border-color css
<style>
span { border-color: #D09CA4; }
span { border-color: rgb(208,156,164); }
td.TdClassName
{
border-color: #D09CA4;
}
.TagClassName
{
border-color: #D09CA4;
}
</style>