Shades of Kobi #D88CA4
Tints of Kobi #D88CA4
RGB
CMYK
RGB Variations
Color information
#D88CA4 (or 0xD88CA4) is known color: Kobi. HEX triplet: D8, 8C and A4. RGB value is (216,140,164). Sum of RGB (Red+Green+Blue) = 216+140+164=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D88CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88CA4 is #27735B. Grayscale: #A5A5A5. Windows color (decimal): -2585436 or 10783960. OLE color: 10783960.
HSL color Cylindrical-coordinate representation of color #D88CA4: hue angle of 341.05º 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 #D88CA4 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 164 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.15 |
| HSL | 341.05º | 0.49% | 0.7% | - |
| HSV(B) | 341.05º | 0.35% | 0.85% | - |
| XYZ | 44.4 | 36.04 | 39.74 | - |
| YUV | 165.46 | 127.18 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 164 | 0 | 0.35 | 0.24 | 0.15 | 341.05 | 0.49 | 0.7 |
| Hex | D8 | 8C | A4 | 0 | 23 | 18 | F | 155 | 31 | 46 |
| Octal | 330 | 214 | 244 | 0 | 43 | 30 | 17 | 525 | 61 | 106 |
| Binary | 11011000 | 10001100 | 10100100 | 0 | 100011 | 11000 | 1111 | 101010101 | 110001 | 1000110 |
Color Harmonies of #D88CA4
Complementary color
Monochromatic Colors of #D88CA4
Black with #D88CA4
Text Example
Text Example
White with #D88CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88CA4; }
p { color: rgb(216,140,164); }
H1.HeaderClassName
{
color: #D88CA4;
}
.AnyTagClassName
{
color: #D88CA4;
}
</style>
background-color css
<style>
a { background-color: #D88CA4; }
a { background-color: rgb(216,140,164); }
div.DivClassName
{
background-color: #D88CA4;
}
.BgClassName
{
background-color: #D88CA4;
}
</style>
border-color css
<style>
span { border-color: #D88CA4; }
span { border-color: rgb(216,140,164); }
td.TdClassName
{
border-color: #D88CA4;
}
.TagClassName
{
border-color: #D88CA4;
}
</style>