Shades of Kobi #DC8CA5
Tints of Kobi #DC8CA5
RGB
CMYK
RGB Variations
Color information
#DC8CA5 (or 0xDC8CA5) is known color: Kobi. HEX triplet: DC, 8C and A5. RGB value is (220,140,165). Sum of RGB (Red+Green+Blue) = 220+140+165=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8CA5 is #23735A. Grayscale: #A6A6A6. Windows color (decimal): -2323291 or 10849500. OLE color: 10849500.
HSL color Cylindrical-coordinate representation of color #DC8CA5: hue angle of 341.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 #DC8CA5 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 165 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.14 |
| HSL | 341.25º | 0.53% | 0.71% | - |
| HSV(B) | 341.25º | 0.36% | 0.86% | - |
| XYZ | 45.68 | 36.69 | 40.27 | - |
| YUV | 166.77 | 127 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 165 | 0 | 0.36 | 0.25 | 0.14 | 341.25 | 0.53 | 0.71 |
| Hex | DC | 8C | A5 | 0 | 24 | 19 | E | 155 | 35 | 47 |
| Octal | 334 | 214 | 245 | 0 | 44 | 31 | 16 | 525 | 65 | 107 |
| Binary | 11011100 | 10001100 | 10100101 | 0 | 100100 | 11001 | 1110 | 101010101 | 110101 | 1000111 |
Color Harmonies of #DC8CA5
Complementary color
Monochromatic Colors of #DC8CA5
Black with #DC8CA5
Text Example
Text Example
White with #DC8CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8CA5; }
p { color: rgb(220,140,165); }
H1.HeaderClassName
{
color: #DC8CA5;
}
.AnyTagClassName
{
color: #DC8CA5;
}
</style>
background-color css
<style>
a { background-color: #DC8CA5; }
a { background-color: rgb(220,140,165); }
div.DivClassName
{
background-color: #DC8CA5;
}
.BgClassName
{
background-color: #DC8CA5;
}
</style>
border-color css
<style>
span { border-color: #DC8CA5; }
span { border-color: rgb(220,140,165); }
td.TdClassName
{
border-color: #DC8CA5;
}
.TagClassName
{
border-color: #DC8CA5;
}
</style>