Shades of Kobi #DC94A4
Tints of Kobi #DC94A4
RGB
CMYK
RGB Variations
Color information
#DC94A4 (or 0xDC94A4) is known color: Kobi. HEX triplet: DC, 94 and A4. RGB value is (220,148,164). Sum of RGB (Red+Green+Blue) = 220+148+164=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC94A4 is #236B5B. Grayscale: #ABABAB. Windows color (decimal): -2321244 or 10786012. OLE color: 10786012.
HSL color Cylindrical-coordinate representation of color #DC94A4: hue angle of 346.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC94A4 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 164 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.14 |
| HSL | 346.67º | 0.51% | 0.72% | - |
| HSV(B) | 346.67º | 0.33% | 0.86% | - |
| XYZ | 46.81 | 39.08 | 40.2 | - |
| YUV | 171.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 164 | 0 | 0.33 | 0.25 | 0.14 | 346.67 | 0.51 | 0.72 |
| Hex | DC | 94 | A4 | 0 | 21 | 19 | E | 15B | 33 | 48 |
| Octal | 334 | 224 | 244 | 0 | 41 | 31 | 16 | 533 | 63 | 110 |
| Binary | 11011100 | 10010100 | 10100100 | 0 | 100001 | 11001 | 1110 | 101011011 | 110011 | 1001000 |
Color Harmonies of #DC94A4
Complementary color
Monochromatic Colors of #DC94A4
Black with #DC94A4
Text Example
Text Example
White with #DC94A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC94A4; }
p { color: rgb(220,148,164); }
H1.HeaderClassName
{
color: #DC94A4;
}
.AnyTagClassName
{
color: #DC94A4;
}
</style>
background-color css
<style>
a { background-color: #DC94A4; }
a { background-color: rgb(220,148,164); }
div.DivClassName
{
background-color: #DC94A4;
}
.BgClassName
{
background-color: #DC94A4;
}
</style>
border-color css
<style>
span { border-color: #DC94A4; }
span { border-color: rgb(220,148,164); }
td.TdClassName
{
border-color: #DC94A4;
}
.TagClassName
{
border-color: #DC94A4;
}
</style>