Shades of Careys Pink #DC969C
Tints of Careys Pink #DC969C
RGB
CMYK
RGB Variations
Color information
#DC969C (or 0xDC969C) is known color: Careys Pink. HEX triplet: DC, 96 and 9C. RGB value is (220,150,156). Sum of RGB (Red+Green+Blue) = 220+150+156=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC969C is #236963. Grayscale: #ABABAB. Windows color (decimal): -2320740 or 10262236. OLE color: 10262236.
HSL color Cylindrical-coordinate representation of color #DC969C: hue angle of 354.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC969C is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 156 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.14 |
| HSL | 354.86º | 0.5% | 0.73% | - |
| HSV(B) | 354.86º | 0.32% | 0.86% | - |
| XYZ | 46.42 | 39.43 | 36.62 | - |
| YUV | 171.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 156 | 0 | 0.32 | 0.29 | 0.14 | 354.86 | 0.5 | 0.73 |
| Hex | DC | 96 | 9C | 0 | 20 | 1D | E | 163 | 32 | 49 |
| Octal | 334 | 226 | 234 | 0 | 40 | 35 | 16 | 543 | 62 | 111 |
| Binary | 11011100 | 10010110 | 10011100 | 0 | 100000 | 11101 | 1110 | 101100011 | 110010 | 1001001 |
Color Harmonies of #DC969C
Complementary color
Monochromatic Colors of #DC969C
Black with #DC969C
Text Example
Text Example
White with #DC969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC969C; }
p { color: rgb(220,150,156); }
H1.HeaderClassName
{
color: #DC969C;
}
.AnyTagClassName
{
color: #DC969C;
}
</style>
background-color css
<style>
a { background-color: #DC969C; }
a { background-color: rgb(220,150,156); }
div.DivClassName
{
background-color: #DC969C;
}
.BgClassName
{
background-color: #DC969C;
}
</style>
border-color css
<style>
span { border-color: #DC969C; }
span { border-color: rgb(220,150,156); }
td.TdClassName
{
border-color: #DC969C;
}
.TagClassName
{
border-color: #DC969C;
}
</style>