Shades of Eunry #CBA79F
Tints of Eunry #CBA79F
RGB
CMYK
RGB Variations
Color information
#CBA79F (or 0xCBA79F) is known color: Eunry. HEX triplet: CB, A7 and 9F. RGB value is (203,167,159). Sum of RGB (Red+Green+Blue) = 203+167+159=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA79F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA79F is #345860. Grayscale: #B0B0B0. Windows color (decimal): -3430497 or 10463179. OLE color: 10463179.
HSL color Cylindrical-coordinate representation of color #CBA79F: hue angle of 10.91º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBA79F is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 159 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.20 |
| HSL | 10.91º | 0.3% | 0.71% | - |
| HSV(B) | 10.91º | 0.22% | 0.8% | - |
| XYZ | 44.71 | 42.84 | 38.71 | - |
| YUV | 176.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 159 | 0 | 0.18 | 0.22 | 0.20 | 10.91 | 0.3 | 0.71 |
| Hex | CB | A7 | 9F | 0 | 12 | 16 | 14 | B | 1E | 47 |
| Octal | 313 | 247 | 237 | 0 | 22 | 26 | 24 | 13 | 36 | 107 |
| Binary | 11001011 | 10100111 | 10011111 | 0 | 10010 | 10110 | 10100 | 1011 | 11110 | 1000111 |
Color Harmonies of #CBA79F
Complementary color
Monochromatic Colors of #CBA79F
Black with #CBA79F
Text Example
Text Example
White with #CBA79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA79F; }
p { color: rgb(203,167,159); }
H1.HeaderClassName
{
color: #CBA79F;
}
.AnyTagClassName
{
color: #CBA79F;
}
</style>
background-color css
<style>
a { background-color: #CBA79F; }
a { background-color: rgb(203,167,159); }
div.DivClassName
{
background-color: #CBA79F;
}
.BgClassName
{
background-color: #CBA79F;
}
</style>
border-color css
<style>
span { border-color: #CBA79F; }
span { border-color: rgb(203,167,159); }
td.TdClassName
{
border-color: #CBA79F;
}
.TagClassName
{
border-color: #CBA79F;
}
</style>