Shades of Eunry #C99B96
Tints of Eunry #C99B96
RGB
CMYK
RGB Variations
Color information
#C99B96 (or 0xC99B96) is known color: Eunry. HEX triplet: C9, 9B and 96. RGB value is (201,155,150). Sum of RGB (Red+Green+Blue) = 201+155+150=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99B96 is #366469. Grayscale: #A8A8A8. Windows color (decimal): -3564650 or 9870281. OLE color: 9870281.
HSL color Cylindrical-coordinate representation of color #C99B96: hue angle of 5.88º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C99B96 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 150 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.21 |
| HSL | 5.88º | 0.32% | 0.69% | - |
| HSV(B) | 5.88º | 0.25% | 0.79% | - |
| XYZ | 41.31 | 38.06 | 34.02 | - |
| YUV | 168.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 150 | 0 | 0.23 | 0.25 | 0.21 | 5.88 | 0.32 | 0.69 |
| Hex | C9 | 9B | 96 | 0 | 17 | 19 | 15 | 6 | 20 | 45 |
| Octal | 311 | 233 | 226 | 0 | 27 | 31 | 25 | 6 | 40 | 105 |
| Binary | 11001001 | 10011011 | 10010110 | 0 | 10111 | 11001 | 10101 | 110 | 100000 | 1000101 |
Color Harmonies of #C99B96
Complementary color
Monochromatic Colors of #C99B96
Black with #C99B96
Text Example
Text Example
White with #C99B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99B96; }
p { color: rgb(201,155,150); }
H1.HeaderClassName
{
color: #C99B96;
}
.AnyTagClassName
{
color: #C99B96;
}
</style>
background-color css
<style>
a { background-color: #C99B96; }
a { background-color: rgb(201,155,150); }
div.DivClassName
{
background-color: #C99B96;
}
.BgClassName
{
background-color: #C99B96;
}
</style>
border-color css
<style>
span { border-color: #C99B96; }
span { border-color: rgb(201,155,150); }
td.TdClassName
{
border-color: #C99B96;
}
.TagClassName
{
border-color: #C99B96;
}
</style>