Shades of Kobi #D58CAC
Tints of Kobi #D58CAC
RGB
CMYK
RGB Variations
Color information
#D58CAC (or 0xD58CAC) is known color: Kobi. HEX triplet: D5, 8C and AC. RGB value is (213,140,172). Sum of RGB (Red+Green+Blue) = 213+140+172=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58CAC is #2A7353. Grayscale: #A5A5A5. Windows color (decimal): -2782036 or 11308245. OLE color: 11308245.
HSL color Cylindrical-coordinate representation of color #D58CAC: hue angle of 333.7º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58CAC is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 172 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.16 |
| HSL | 333.7º | 0.46% | 0.69% | - |
| HSV(B) | 333.7º | 0.34% | 0.84% | - |
| XYZ | 44.27 | 35.88 | 43.62 | - |
| YUV | 165.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 172 | 0 | 0.34 | 0.19 | 0.16 | 333.7 | 0.46 | 0.69 |
| Hex | D5 | 8C | AC | 0 | 22 | 13 | 10 | 14E | 2E | 45 |
| Octal | 325 | 214 | 254 | 0 | 42 | 23 | 20 | 516 | 56 | 105 |
| Binary | 11010101 | 10001100 | 10101100 | 0 | 100010 | 10011 | 10000 | 101001110 | 101110 | 1000101 |
Color Harmonies of #D58CAC
Complementary color
Monochromatic Colors of #D58CAC
Black with #D58CAC
Text Example
Text Example
White with #D58CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58CAC; }
p { color: rgb(213,140,172); }
H1.HeaderClassName
{
color: #D58CAC;
}
.AnyTagClassName
{
color: #D58CAC;
}
</style>
background-color css
<style>
a { background-color: #D58CAC; }
a { background-color: rgb(213,140,172); }
div.DivClassName
{
background-color: #D58CAC;
}
.BgClassName
{
background-color: #D58CAC;
}
</style>
border-color css
<style>
span { border-color: #D58CAC; }
span { border-color: rgb(213,140,172); }
td.TdClassName
{
border-color: #D58CAC;
}
.TagClassName
{
border-color: #D58CAC;
}
</style>