Shades of Kobi #DC7CAE
Tints of Kobi #DC7CAE
RGB
CMYK
RGB Variations
Color information
#DC7CAE (or 0xDC7CAE) is known color: Kobi. HEX triplet: DC, 7C and AE. RGB value is (220,124,174). Sum of RGB (Red+Green+Blue) = 220+124+174=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7CAE is #238351. Grayscale: #9E9E9E. Windows color (decimal): -2327378 or 11435228. OLE color: 11435228.
HSL color Cylindrical-coordinate representation of color #DC7CAE: hue angle of 328.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7CAE is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 174 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.14 |
| HSL | 328.75º | 0.58% | 0.67% | - |
| HSV(B) | 328.75º | 0.44% | 0.86% | - |
| XYZ | 44.36 | 32.69 | 44.02 | - |
| YUV | 158.4 | 136.8 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 174 | 0 | 0.44 | 0.21 | 0.14 | 328.75 | 0.58 | 0.67 |
| Hex | DC | 7C | AE | 0 | 2C | 15 | E | 149 | 3A | 43 |
| Octal | 334 | 174 | 256 | 0 | 54 | 25 | 16 | 511 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10101110 | 0 | 101100 | 10101 | 1110 | 101001001 | 111010 | 1000011 |
Color Harmonies of #DC7CAE
Complementary color
Monochromatic Colors of #DC7CAE
Black with #DC7CAE
Text Example
Text Example
White with #DC7CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CAE; }
p { color: rgb(220,124,174); }
H1.HeaderClassName
{
color: #DC7CAE;
}
.AnyTagClassName
{
color: #DC7CAE;
}
</style>
background-color css
<style>
a { background-color: #DC7CAE; }
a { background-color: rgb(220,124,174); }
div.DivClassName
{
background-color: #DC7CAE;
}
.BgClassName
{
background-color: #DC7CAE;
}
</style>
border-color css
<style>
span { border-color: #DC7CAE; }
span { border-color: rgb(220,124,174); }
td.TdClassName
{
border-color: #DC7CAE;
}
.TagClassName
{
border-color: #DC7CAE;
}
</style>