Shades of Kobi #DC85A4
Tints of Kobi #DC85A4
RGB
CMYK
RGB Variations
Color information
#DC85A4 (or 0xDC85A4) is known color: Kobi. HEX triplet: DC, 85 and A4. RGB value is (220,133,164). Sum of RGB (Red+Green+Blue) = 220+133+164=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC85A4 is #237A5B. Grayscale: #A2A2A2. Windows color (decimal): -2325084 or 10782172. OLE color: 10782172.
HSL color Cylindrical-coordinate representation of color #DC85A4: hue angle of 338.62º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC85A4 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 164 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.14 |
| HSL | 338.62º | 0.55% | 0.69% | - |
| HSV(B) | 338.62º | 0.4% | 0.86% | - |
| XYZ | 44.6 | 34.67 | 39.46 | - |
| YUV | 162.55 | 128.82 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 164 | 0 | 0.40 | 0.25 | 0.14 | 338.62 | 0.55 | 0.69 |
| Hex | DC | 85 | A4 | 0 | 28 | 19 | E | 153 | 37 | 45 |
| Octal | 334 | 205 | 244 | 0 | 50 | 31 | 16 | 523 | 67 | 105 |
| Binary | 11011100 | 10000101 | 10100100 | 0 | 101000 | 11001 | 1110 | 101010011 | 110111 | 1000101 |
Color Harmonies of #DC85A4
Complementary color
Monochromatic Colors of #DC85A4
Black with #DC85A4
Text Example
Text Example
White with #DC85A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85A4; }
p { color: rgb(220,133,164); }
H1.HeaderClassName
{
color: #DC85A4;
}
.AnyTagClassName
{
color: #DC85A4;
}
</style>
background-color css
<style>
a { background-color: #DC85A4; }
a { background-color: rgb(220,133,164); }
div.DivClassName
{
background-color: #DC85A4;
}
.BgClassName
{
background-color: #DC85A4;
}
</style>
border-color css
<style>
span { border-color: #DC85A4; }
span { border-color: rgb(220,133,164); }
td.TdClassName
{
border-color: #DC85A4;
}
.TagClassName
{
border-color: #DC85A4;
}
</style>