Shades of Kobi #D38CAB
Tints of Kobi #D38CAB
RGB
CMYK
RGB Variations
Color information
#D38CAB (or 0xD38CAB) is known color: Kobi. HEX triplet: D3, 8C and AB. RGB value is (211,140,171). Sum of RGB (Red+Green+Blue) = 211+140+171=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38CAB is #2C7354. Grayscale: #A4A4A4. Windows color (decimal): -2913109 or 11242707. OLE color: 11242707.
HSL color Cylindrical-coordinate representation of color #D38CAB: hue angle of 333.8º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D38CAB is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 140 | 171 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.17 |
| HSL | 333.8º | 0.45% | 0.69% | - |
| HSV(B) | 333.8º | 0.34% | 0.83% | - |
| XYZ | 43.59 | 35.55 | 43.09 | - |
| YUV | 164.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 140 | 171 | 0 | 0.34 | 0.19 | 0.17 | 333.8 | 0.45 | 0.69 |
| Hex | D3 | 8C | AB | 0 | 22 | 13 | 11 | 14E | 2D | 45 |
| Octal | 323 | 214 | 253 | 0 | 42 | 23 | 21 | 516 | 55 | 105 |
| Binary | 11010011 | 10001100 | 10101011 | 0 | 100010 | 10011 | 10001 | 101001110 | 101101 | 1000101 |
Color Harmonies of #D38CAB
Complementary color
Monochromatic Colors of #D38CAB
Black with #D38CAB
Text Example
Text Example
White with #D38CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38CAB; }
p { color: rgb(211,140,171); }
H1.HeaderClassName
{
color: #D38CAB;
}
.AnyTagClassName
{
color: #D38CAB;
}
</style>
background-color css
<style>
a { background-color: #D38CAB; }
a { background-color: rgb(211,140,171); }
div.DivClassName
{
background-color: #D38CAB;
}
.BgClassName
{
background-color: #D38CAB;
}
</style>
border-color css
<style>
span { border-color: #D38CAB; }
span { border-color: rgb(211,140,171); }
td.TdClassName
{
border-color: #D38CAB;
}
.TagClassName
{
border-color: #D38CAB;
}
</style>