Shades of Kobi #D38CAE
Tints of Kobi #D38CAE
RGB
CMYK
RGB Variations
Color information
#D38CAE (or 0xD38CAE) is known color: Kobi. HEX triplet: D3, 8C and AE. RGB value is (211,140,174). Sum of RGB (Red+Green+Blue) = 211+140+174=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38CAE is #2C7351. Grayscale: #A5A5A5. Windows color (decimal): -2913106 or 11439315. OLE color: 11439315.
HSL color Cylindrical-coordinate representation of color #D38CAE: hue angle of 331.27º 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 #D38CAE is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 140 | 174 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.17 |
| HSL | 331.27º | 0.45% | 0.69% | - |
| HSV(B) | 331.27º | 0.34% | 0.83% | - |
| XYZ | 43.88 | 35.66 | 44.61 | - |
| YUV | 165.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 140 | 174 | 0 | 0.34 | 0.18 | 0.17 | 331.27 | 0.45 | 0.69 |
| Hex | D3 | 8C | AE | 0 | 22 | 12 | 11 | 14B | 2D | 45 |
| Octal | 323 | 214 | 256 | 0 | 42 | 22 | 21 | 513 | 55 | 105 |
| Binary | 11010011 | 10001100 | 10101110 | 0 | 100010 | 10010 | 10001 | 101001011 | 101101 | 1000101 |
Color Harmonies of #D38CAE
Complementary color
Monochromatic Colors of #D38CAE
Black with #D38CAE
Text Example
Text Example
White with #D38CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38CAE; }
p { color: rgb(211,140,174); }
H1.HeaderClassName
{
color: #D38CAE;
}
.AnyTagClassName
{
color: #D38CAE;
}
</style>
background-color css
<style>
a { background-color: #D38CAE; }
a { background-color: rgb(211,140,174); }
div.DivClassName
{
background-color: #D38CAE;
}
.BgClassName
{
background-color: #D38CAE;
}
</style>
border-color css
<style>
span { border-color: #D38CAE; }
span { border-color: rgb(211,140,174); }
td.TdClassName
{
border-color: #D38CAE;
}
.TagClassName
{
border-color: #D38CAE;
}
</style>