Shades of Kobi #D495AC
Tints of Kobi #D495AC
RGB
CMYK
RGB Variations
Color information
#D495AC (or 0xD495AC) is known color: Kobi. HEX triplet: D4, 95 and AC. RGB value is (212,149,172). Sum of RGB (Red+Green+Blue) = 212+149+172=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D495AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D495AC is #2B6A53. Grayscale: #AAAAAA. Windows color (decimal): -2845268 or 11310548. OLE color: 11310548.
HSL color Cylindrical-coordinate representation of color #D495AC: hue angle of 338.1º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D495AC is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 172 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.17 |
| HSL | 338.1º | 0.42% | 0.71% | - |
| HSV(B) | 338.1º | 0.3% | 0.83% | - |
| XYZ | 45.35 | 38.47 | 44.07 | - |
| YUV | 170.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 172 | 0 | 0.30 | 0.19 | 0.17 | 338.1 | 0.42 | 0.71 |
| Hex | D4 | 95 | AC | 0 | 1E | 13 | 11 | 152 | 2A | 47 |
| Octal | 324 | 225 | 254 | 0 | 36 | 23 | 21 | 522 | 52 | 107 |
| Binary | 11010100 | 10010101 | 10101100 | 0 | 11110 | 10011 | 10001 | 101010010 | 101010 | 1000111 |
Color Harmonies of #D495AC
Complementary color
Monochromatic Colors of #D495AC
Black with #D495AC
Text Example
Text Example
White with #D495AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D495AC; }
p { color: rgb(212,149,172); }
H1.HeaderClassName
{
color: #D495AC;
}
.AnyTagClassName
{
color: #D495AC;
}
</style>
background-color css
<style>
a { background-color: #D495AC; }
a { background-color: rgb(212,149,172); }
div.DivClassName
{
background-color: #D495AC;
}
.BgClassName
{
background-color: #D495AC;
}
</style>
border-color css
<style>
span { border-color: #D495AC; }
span { border-color: rgb(212,149,172); }
td.TdClassName
{
border-color: #D495AC;
}
.TagClassName
{
border-color: #D495AC;
}
</style>