Shades of Kobi #DC9CAE
Tints of Kobi #DC9CAE
RGB
CMYK
RGB Variations
Color information
#DC9CAE (or 0xDC9CAE) is known color: Kobi. HEX triplet: DC, 9C and AE. RGB value is (220,156,174). Sum of RGB (Red+Green+Blue) = 220+156+174=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9CAE is #236351. Grayscale: #B1B1B1. Windows color (decimal): -2319186 or 11443420. OLE color: 11443420.
HSL color Cylindrical-coordinate representation of color #DC9CAE: hue angle of 343.12º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9CAE is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 174 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.14 |
| HSL | 343.13º | 0.48% | 0.74% | - |
| HSV(B) | 343.13º | 0.29% | 0.86% | - |
| XYZ | 49.04 | 42.05 | 45.58 | - |
| YUV | 177.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 174 | 0 | 0.29 | 0.21 | 0.14 | 343.13 | 0.48 | 0.74 |
| Hex | DC | 9C | AE | 0 | 1D | 15 | E | 157 | 30 | 4A |
| Octal | 334 | 234 | 256 | 0 | 35 | 25 | 16 | 527 | 60 | 112 |
| Binary | 11011100 | 10011100 | 10101110 | 0 | 11101 | 10101 | 1110 | 101010111 | 110000 | 1001010 |
Color Harmonies of #DC9CAE
Complementary color
Monochromatic Colors of #DC9CAE
Black with #DC9CAE
Text Example
Text Example
White with #DC9CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CAE; }
p { color: rgb(220,156,174); }
H1.HeaderClassName
{
color: #DC9CAE;
}
.AnyTagClassName
{
color: #DC9CAE;
}
</style>
background-color css
<style>
a { background-color: #DC9CAE; }
a { background-color: rgb(220,156,174); }
div.DivClassName
{
background-color: #DC9CAE;
}
.BgClassName
{
background-color: #DC9CAE;
}
</style>
border-color css
<style>
span { border-color: #DC9CAE; }
span { border-color: rgb(220,156,174); }
td.TdClassName
{
border-color: #DC9CAE;
}
.TagClassName
{
border-color: #DC9CAE;
}
</style>