Shades of Kobi #DC8CA1
Tints of Kobi #DC8CA1
RGB
CMYK
RGB Variations
Color information
#DC8CA1 (or 0xDC8CA1) is known color: Kobi. HEX triplet: DC, 8C and A1. RGB value is (220,140,161). Sum of RGB (Red+Green+Blue) = 220+140+161=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8CA1 is #23735E. Grayscale: #A6A6A6. Windows color (decimal): -2323295 or 10587356. OLE color: 10587356.
HSL color Cylindrical-coordinate representation of color #DC8CA1: hue angle of 344.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8CA1 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 161 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.14 |
| HSL | 344.25º | 0.53% | 0.71% | - |
| HSV(B) | 344.25º | 0.36% | 0.86% | - |
| XYZ | 45.33 | 36.55 | 38.38 | - |
| YUV | 166.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 161 | 0 | 0.36 | 0.27 | 0.14 | 344.25 | 0.53 | 0.71 |
| Hex | DC | 8C | A1 | 0 | 24 | 1B | E | 158 | 35 | 47 |
| Octal | 334 | 214 | 241 | 0 | 44 | 33 | 16 | 530 | 65 | 107 |
| Binary | 11011100 | 10001100 | 10100001 | 0 | 100100 | 11011 | 1110 | 101011000 | 110101 | 1000111 |
Color Harmonies of #DC8CA1
Complementary color
Monochromatic Colors of #DC8CA1
Black with #DC8CA1
Text Example
Text Example
White with #DC8CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8CA1; }
p { color: rgb(220,140,161); }
H1.HeaderClassName
{
color: #DC8CA1;
}
.AnyTagClassName
{
color: #DC8CA1;
}
</style>
background-color css
<style>
a { background-color: #DC8CA1; }
a { background-color: rgb(220,140,161); }
div.DivClassName
{
background-color: #DC8CA1;
}
.BgClassName
{
background-color: #DC8CA1;
}
</style>
border-color css
<style>
span { border-color: #DC8CA1; }
span { border-color: rgb(220,140,161); }
td.TdClassName
{
border-color: #DC8CA1;
}
.TagClassName
{
border-color: #DC8CA1;
}
</style>