Shades of Kobi #DC95A2
Tints of Kobi #DC95A2
RGB
CMYK
RGB Variations
Color information
#DC95A2 (or 0xDC95A2) is known color: Kobi. HEX triplet: DC, 95 and A2. RGB value is (220,149,162). Sum of RGB (Red+Green+Blue) = 220+149+162=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC95A2 is #236A5D. Grayscale: #ABABAB. Windows color (decimal): -2320990 or 10655196. OLE color: 10655196.
HSL color Cylindrical-coordinate representation of color #DC95A2: hue angle of 349.01º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC95A2 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 162 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.14 |
| HSL | 349.01º | 0.5% | 0.72% | - |
| HSV(B) | 349.01º | 0.32% | 0.86% | - |
| XYZ | 46.78 | 39.32 | 39.31 | - |
| YUV | 171.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 162 | 0 | 0.32 | 0.26 | 0.14 | 349.01 | 0.5 | 0.72 |
| Hex | DC | 95 | A2 | 0 | 20 | 1A | E | 15D | 32 | 48 |
| Octal | 334 | 225 | 242 | 0 | 40 | 32 | 16 | 535 | 62 | 110 |
| Binary | 11011100 | 10010101 | 10100010 | 0 | 100000 | 11010 | 1110 | 101011101 | 110010 | 1001000 |
Color Harmonies of #DC95A2
Complementary color
Monochromatic Colors of #DC95A2
Black with #DC95A2
Text Example
Text Example
White with #DC95A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC95A2; }
p { color: rgb(220,149,162); }
H1.HeaderClassName
{
color: #DC95A2;
}
.AnyTagClassName
{
color: #DC95A2;
}
</style>
background-color css
<style>
a { background-color: #DC95A2; }
a { background-color: rgb(220,149,162); }
div.DivClassName
{
background-color: #DC95A2;
}
.BgClassName
{
background-color: #DC95A2;
}
</style>
border-color css
<style>
span { border-color: #DC95A2; }
span { border-color: rgb(220,149,162); }
td.TdClassName
{
border-color: #DC95A2;
}
.TagClassName
{
border-color: #DC95A2;
}
</style>