Shades of Kobi #D088AC
Tints of Kobi #D088AC
RGB
CMYK
RGB Variations
Color information
#D088AC (or 0xD088AC) is known color: Kobi. HEX triplet: D0, 88 and AC. RGB value is (208,136,172). Sum of RGB (Red+Green+Blue) = 208+136+172=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D088AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D088AC is #2F7753. Grayscale: #A1A1A1. Windows color (decimal): -3110740 or 11307216. OLE color: 11307216.
HSL color Cylindrical-coordinate representation of color #D088AC: hue angle of 330º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D088AC is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 172 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.18 |
| HSL | 330º | 0.43% | 0.67% | - |
| HSV(B) | 330º | 0.35% | 0.82% | - |
| XYZ | 42.26 | 34 | 43.36 | - |
| YUV | 161.63 | 133.85 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 172 | 0 | 0.35 | 0.17 | 0.18 | 330 | 0.43 | 0.67 |
| Hex | D0 | 88 | AC | 0 | 23 | 11 | 12 | 14A | 2B | 43 |
| Octal | 320 | 210 | 254 | 0 | 43 | 21 | 22 | 512 | 53 | 103 |
| Binary | 11010000 | 10001000 | 10101100 | 0 | 100011 | 10001 | 10010 | 101001010 | 101011 | 1000011 |
Color Harmonies of #D088AC
Complementary color
Monochromatic Colors of #D088AC
Black with #D088AC
Text Example
Text Example
White with #D088AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D088AC; }
p { color: rgb(208,136,172); }
H1.HeaderClassName
{
color: #D088AC;
}
.AnyTagClassName
{
color: #D088AC;
}
</style>
background-color css
<style>
a { background-color: #D088AC; }
a { background-color: rgb(208,136,172); }
div.DivClassName
{
background-color: #D088AC;
}
.BgClassName
{
background-color: #D088AC;
}
</style>
border-color css
<style>
span { border-color: #D088AC; }
span { border-color: rgb(208,136,172); }
td.TdClassName
{
border-color: #D088AC;
}
.TagClassName
{
border-color: #D088AC;
}
</style>