Shades of Kobi #DC94A5
Tints of Kobi #DC94A5
RGB
CMYK
RGB Variations
Color information
#DC94A5 (or 0xDC94A5) is known color: Kobi. HEX triplet: DC, 94 and A5. RGB value is (220,148,165). Sum of RGB (Red+Green+Blue) = 220+148+165=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC94A5 is #236B5A. Grayscale: #ABABAB. Windows color (decimal): -2321243 or 10851548. OLE color: 10851548.
HSL color Cylindrical-coordinate representation of color #DC94A5: hue angle of 345.83º 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 #DC94A5 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 165 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.14 |
| HSL | 345.83º | 0.51% | 0.72% | - |
| HSV(B) | 345.83º | 0.33% | 0.86% | - |
| XYZ | 46.9 | 39.11 | 40.67 | - |
| YUV | 171.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 165 | 0 | 0.33 | 0.25 | 0.14 | 345.83 | 0.51 | 0.72 |
| Hex | DC | 94 | A5 | 0 | 21 | 19 | E | 15A | 33 | 48 |
| Octal | 334 | 224 | 245 | 0 | 41 | 31 | 16 | 532 | 63 | 110 |
| Binary | 11011100 | 10010100 | 10100101 | 0 | 100001 | 11001 | 1110 | 101011010 | 110011 | 1001000 |
Color Harmonies of #DC94A5
Complementary color
Monochromatic Colors of #DC94A5
Black with #DC94A5
Text Example
Text Example
White with #DC94A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC94A5; }
p { color: rgb(220,148,165); }
H1.HeaderClassName
{
color: #DC94A5;
}
.AnyTagClassName
{
color: #DC94A5;
}
</style>
background-color css
<style>
a { background-color: #DC94A5; }
a { background-color: rgb(220,148,165); }
div.DivClassName
{
background-color: #DC94A5;
}
.BgClassName
{
background-color: #DC94A5;
}
</style>
border-color css
<style>
span { border-color: #DC94A5; }
span { border-color: rgb(220,148,165); }
td.TdClassName
{
border-color: #DC94A5;
}
.TagClassName
{
border-color: #DC94A5;
}
</style>