Shades of Kobi #D38CAC
Tints of Kobi #D38CAC
RGB
CMYK
RGB Variations
Color information
#D38CAC (or 0xD38CAC) is known color: Kobi. HEX triplet: D3, 8C and AC. RGB value is (211,140,172). Sum of RGB (Red+Green+Blue) = 211+140+172=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38CAC is #2C7353. Grayscale: #A4A4A4. Windows color (decimal): -2913108 or 11308243. OLE color: 11308243.
HSL color Cylindrical-coordinate representation of color #D38CAC: hue angle of 332.96º 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 #D38CAC is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 140 | 172 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.17 |
| HSL | 332.96º | 0.45% | 0.69% | - |
| HSV(B) | 332.96º | 0.34% | 0.83% | - |
| XYZ | 43.69 | 35.58 | 43.6 | - |
| YUV | 164.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 140 | 172 | 0 | 0.34 | 0.18 | 0.17 | 332.96 | 0.45 | 0.69 |
| Hex | D3 | 8C | AC | 0 | 22 | 12 | 11 | 14D | 2D | 45 |
| Octal | 323 | 214 | 254 | 0 | 42 | 22 | 21 | 515 | 55 | 105 |
| Binary | 11010011 | 10001100 | 10101100 | 0 | 100010 | 10010 | 10001 | 101001101 | 101101 | 1000101 |
Color Harmonies of #D38CAC
Complementary color
Monochromatic Colors of #D38CAC
Black with #D38CAC
Text Example
Text Example
White with #D38CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38CAC; }
p { color: rgb(211,140,172); }
H1.HeaderClassName
{
color: #D38CAC;
}
.AnyTagClassName
{
color: #D38CAC;
}
</style>
background-color css
<style>
a { background-color: #D38CAC; }
a { background-color: rgb(211,140,172); }
div.DivClassName
{
background-color: #D38CAC;
}
.BgClassName
{
background-color: #D38CAC;
}
</style>
border-color css
<style>
span { border-color: #D38CAC; }
span { border-color: rgb(211,140,172); }
td.TdClassName
{
border-color: #D38CAC;
}
.TagClassName
{
border-color: #D38CAC;
}
</style>