Shades of Kobi #D58CAD
Tints of Kobi #D58CAD
RGB
CMYK
RGB Variations
Color information
#D58CAD (or 0xD58CAD) is known color: Kobi. HEX triplet: D5, 8C and AD. RGB value is (213,140,173). Sum of RGB (Red+Green+Blue) = 213+140+173=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58CAD is #2A7352. Grayscale: #A5A5A5. Windows color (decimal): -2782035 or 11373781. OLE color: 11373781.
HSL color Cylindrical-coordinate representation of color #D58CAD: hue angle of 332.88º 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 #D58CAD is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 173 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.16 |
| HSL | 332.88º | 0.46% | 0.69% | - |
| HSV(B) | 332.88º | 0.34% | 0.84% | - |
| XYZ | 44.36 | 35.92 | 44.13 | - |
| YUV | 165.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 173 | 0 | 0.34 | 0.19 | 0.16 | 332.88 | 0.46 | 0.69 |
| Hex | D5 | 8C | AD | 0 | 22 | 13 | 10 | 14D | 2E | 45 |
| Octal | 325 | 214 | 255 | 0 | 42 | 23 | 20 | 515 | 56 | 105 |
| Binary | 11010101 | 10001100 | 10101101 | 0 | 100010 | 10011 | 10000 | 101001101 | 101110 | 1000101 |
Color Harmonies of #D58CAD
Complementary color
Monochromatic Colors of #D58CAD
Black with #D58CAD
Text Example
Text Example
White with #D58CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58CAD; }
p { color: rgb(213,140,173); }
H1.HeaderClassName
{
color: #D58CAD;
}
.AnyTagClassName
{
color: #D58CAD;
}
</style>
background-color css
<style>
a { background-color: #D58CAD; }
a { background-color: rgb(213,140,173); }
div.DivClassName
{
background-color: #D58CAD;
}
.BgClassName
{
background-color: #D58CAD;
}
</style>
border-color css
<style>
span { border-color: #D58CAD; }
span { border-color: rgb(213,140,173); }
td.TdClassName
{
border-color: #D58CAD;
}
.TagClassName
{
border-color: #D58CAD;
}
</style>