Shades of Kobi #D08CAC
Tints of Kobi #D08CAC
RGB
CMYK
RGB Variations
Color information
#D08CAC (or 0xD08CAC) is known color: Kobi. HEX triplet: D0, 8C and AC. RGB value is (208,140,172). Sum of RGB (Red+Green+Blue) = 208+140+172=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D08CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08CAC is #2F7353. Grayscale: #A3A3A3. Windows color (decimal): -3109716 or 11308240. OLE color: 11308240.
HSL color Cylindrical-coordinate representation of color #D08CAC: hue angle of 331.76º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D08CAC is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 140 | 172 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.18 |
| HSL | 331.76º | 0.42% | 0.68% | - |
| HSV(B) | 331.76º | 0.33% | 0.82% | - |
| XYZ | 42.84 | 35.14 | 43.56 | - |
| YUV | 163.98 | 132.53 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 172 | 0 | 0.33 | 0.17 | 0.18 | 331.76 | 0.42 | 0.68 |
| Hex | D0 | 8C | AC | 0 | 21 | 11 | 12 | 14C | 2A | 44 |
| Octal | 320 | 214 | 254 | 0 | 41 | 21 | 22 | 514 | 52 | 104 |
| Binary | 11010000 | 10001100 | 10101100 | 0 | 100001 | 10001 | 10010 | 101001100 | 101010 | 1000100 |
Color Harmonies of #D08CAC
Complementary color
Monochromatic Colors of #D08CAC
Black with #D08CAC
Text Example
Text Example
White with #D08CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08CAC; }
p { color: rgb(208,140,172); }
H1.HeaderClassName
{
color: #D08CAC;
}
.AnyTagClassName
{
color: #D08CAC;
}
</style>
background-color css
<style>
a { background-color: #D08CAC; }
a { background-color: rgb(208,140,172); }
div.DivClassName
{
background-color: #D08CAC;
}
.BgClassName
{
background-color: #D08CAC;
}
</style>
border-color css
<style>
span { border-color: #D08CAC; }
span { border-color: rgb(208,140,172); }
td.TdClassName
{
border-color: #D08CAC;
}
.TagClassName
{
border-color: #D08CAC;
}
</style>