Shades of Kobi #D88CAA
Tints of Kobi #D88CAA
RGB
CMYK
RGB Variations
Color information
#D88CAA (or 0xD88CAA) is known color: Kobi. HEX triplet: D8, 8C and AA. RGB value is (216,140,170). Sum of RGB (Red+Green+Blue) = 216+140+170=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D88CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88CAA is #277355. Grayscale: #A6A6A6. Windows color (decimal): -2585430 or 11177176. OLE color: 11177176.
HSL color Cylindrical-coordinate representation of color #D88CAA: hue angle of 336.32º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88CAA is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 170 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.15 |
| HSL | 336.32º | 0.49% | 0.7% | - |
| HSV(B) | 336.32º | 0.35% | 0.85% | - |
| XYZ | 44.95 | 36.26 | 42.66 | - |
| YUV | 166.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 170 | 0 | 0.35 | 0.21 | 0.15 | 336.32 | 0.49 | 0.7 |
| Hex | D8 | 8C | AA | 0 | 23 | 15 | F | 150 | 31 | 46 |
| Octal | 330 | 214 | 252 | 0 | 43 | 25 | 17 | 520 | 61 | 106 |
| Binary | 11011000 | 10001100 | 10101010 | 0 | 100011 | 10101 | 1111 | 101010000 | 110001 | 1000110 |
Color Harmonies of #D88CAA
Complementary color
Monochromatic Colors of #D88CAA
Black with #D88CAA
Text Example
Text Example
White with #D88CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88CAA; }
p { color: rgb(216,140,170); }
H1.HeaderClassName
{
color: #D88CAA;
}
.AnyTagClassName
{
color: #D88CAA;
}
</style>
background-color css
<style>
a { background-color: #D88CAA; }
a { background-color: rgb(216,140,170); }
div.DivClassName
{
background-color: #D88CAA;
}
.BgClassName
{
background-color: #D88CAA;
}
</style>
border-color css
<style>
span { border-color: #D88CAA; }
span { border-color: rgb(216,140,170); }
td.TdClassName
{
border-color: #D88CAA;
}
.TagClassName
{
border-color: #D88CAA;
}
</style>