Shades of Kobi #DC82AB
Tints of Kobi #DC82AB
RGB
CMYK
RGB Variations
Color information
#DC82AB (or 0xDC82AB) is known color: Kobi. HEX triplet: DC, 82 and AB. RGB value is (220,130,171). Sum of RGB (Red+Green+Blue) = 220+130+171=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC82AB is #237D54. Grayscale: #A1A1A1. Windows color (decimal): -2325845 or 11240156. OLE color: 11240156.
HSL color Cylindrical-coordinate representation of color #DC82AB: hue angle of 332.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC82AB is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 171 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.14 |
| HSL | 332.67º | 0.56% | 0.69% | - |
| HSV(B) | 332.67º | 0.41% | 0.86% | - |
| XYZ | 44.85 | 34.12 | 42.75 | - |
| YUV | 161.58 | 133.32 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 171 | 0 | 0.41 | 0.22 | 0.14 | 332.67 | 0.56 | 0.69 |
| Hex | DC | 82 | AB | 0 | 29 | 16 | E | 14D | 38 | 45 |
| Octal | 334 | 202 | 253 | 0 | 51 | 26 | 16 | 515 | 70 | 105 |
| Binary | 11011100 | 10000010 | 10101011 | 0 | 101001 | 10110 | 1110 | 101001101 | 111000 | 1000101 |
Color Harmonies of #DC82AB
Complementary color
Monochromatic Colors of #DC82AB
Black with #DC82AB
Text Example
Text Example
White with #DC82AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC82AB; }
p { color: rgb(220,130,171); }
H1.HeaderClassName
{
color: #DC82AB;
}
.AnyTagClassName
{
color: #DC82AB;
}
</style>
background-color css
<style>
a { background-color: #DC82AB; }
a { background-color: rgb(220,130,171); }
div.DivClassName
{
background-color: #DC82AB;
}
.BgClassName
{
background-color: #DC82AB;
}
</style>
border-color css
<style>
span { border-color: #DC82AB; }
span { border-color: rgb(220,130,171); }
td.TdClassName
{
border-color: #DC82AB;
}
.TagClassName
{
border-color: #DC82AB;
}
</style>