Shades of Kobi #D290AC
Tints of Kobi #D290AC
RGB
CMYK
RGB Variations
Color information
#D290AC (or 0xD290AC) is known color: Kobi. HEX triplet: D2, 90 and AC. RGB value is (210,144,172). Sum of RGB (Red+Green+Blue) = 210+144+172=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D290AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D290AC is #2D6F53. Grayscale: #A6A6A6. Windows color (decimal): -2977620 or 11309266. OLE color: 11309266.
HSL color Cylindrical-coordinate representation of color #D290AC: hue angle of 334.55º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D290AC is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 172 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.18 |
| HSL | 334.55º | 0.42% | 0.69% | - |
| HSV(B) | 334.55º | 0.31% | 0.82% | - |
| XYZ | 44 | 36.63 | 43.78 | - |
| YUV | 166.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 172 | 0 | 0.31 | 0.18 | 0.18 | 334.55 | 0.42 | 0.69 |
| Hex | D2 | 90 | AC | 0 | 1F | 12 | 12 | 14F | 2A | 45 |
| Octal | 322 | 220 | 254 | 0 | 37 | 22 | 22 | 517 | 52 | 105 |
| Binary | 11010010 | 10010000 | 10101100 | 0 | 11111 | 10010 | 10010 | 101001111 | 101010 | 1000101 |
Color Harmonies of #D290AC
Complementary color
Monochromatic Colors of #D290AC
Black with #D290AC
Text Example
Text Example
White with #D290AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290AC; }
p { color: rgb(210,144,172); }
H1.HeaderClassName
{
color: #D290AC;
}
.AnyTagClassName
{
color: #D290AC;
}
</style>
background-color css
<style>
a { background-color: #D290AC; }
a { background-color: rgb(210,144,172); }
div.DivClassName
{
background-color: #D290AC;
}
.BgClassName
{
background-color: #D290AC;
}
</style>
border-color css
<style>
span { border-color: #D290AC; }
span { border-color: rgb(210,144,172); }
td.TdClassName
{
border-color: #D290AC;
}
.TagClassName
{
border-color: #D290AC;
}
</style>