Shades of Eunry #C89C9C
Tints of Eunry #C89C9C
RGB
CMYK
RGB Variations
Color information
#C89C9C (or 0xC89C9C) is known color: Eunry. HEX triplet: C8, 9C and 9C. RGB value is (200,156,156). Sum of RGB (Red+Green+Blue) = 200+156+156=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89C9C is #376363. Grayscale: #A9A9A9. Windows color (decimal): -3629924 or 10263752. OLE color: 10263752.
HSL color Cylindrical-coordinate representation of color #C89C9C: hue angle of 0º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C89C9C is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 156 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.22 |
| HSL | 0º | 0.29% | 0.7% | - |
| HSV(B) | 0º | 0.22% | 0.78% | - |
| XYZ | 41.71 | 38.46 | 36.68 | - |
| YUV | 169.16 | 120.58 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 156 | 0 | 0.22 | 0.22 | 0.22 | 0 | 0.29 | 0.7 |
| Hex | C8 | 9C | 9C | 0 | 16 | 16 | 16 | 0 | 1D | 46 |
| Octal | 310 | 234 | 234 | 0 | 26 | 26 | 26 | 0 | 35 | 106 |
| Binary | 11001000 | 10011100 | 10011100 | 0 | 10110 | 10110 | 10110 | 0 | 11101 | 1000110 |
Color Harmonies of #C89C9C
Complementary color
Monochromatic Colors of #C89C9C
Black with #C89C9C
Text Example
Text Example
White with #C89C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C9C; }
p { color: rgb(200,156,156); }
H1.HeaderClassName
{
color: #C89C9C;
}
.AnyTagClassName
{
color: #C89C9C;
}
</style>
background-color css
<style>
a { background-color: #C89C9C; }
a { background-color: rgb(200,156,156); }
div.DivClassName
{
background-color: #C89C9C;
}
.BgClassName
{
background-color: #C89C9C;
}
</style>
border-color css
<style>
span { border-color: #C89C9C; }
span { border-color: rgb(200,156,156); }
td.TdClassName
{
border-color: #C89C9C;
}
.TagClassName
{
border-color: #C89C9C;
}
</style>