Shades of Eunry #CBA19E
Tints of Eunry #CBA19E
RGB
CMYK
RGB Variations
Color information
#CBA19E (or 0xCBA19E) is known color: Eunry. HEX triplet: CB, A1 and 9E. RGB value is (203,161,158). Sum of RGB (Red+Green+Blue) = 203+161+158=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA19E is #345E61. Grayscale: #ADADAD. Windows color (decimal): -3432034 or 10396107. OLE color: 10396107.
HSL color Cylindrical-coordinate representation of color #CBA19E: hue angle of 4º 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 #CBA19E is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 161 | 158 | - |
CMYK | 0 | 0.21 | 0.22 | 0.20 |
HSL | 4º | 0.3% | 0.71% | - |
HSV(B) | 4º | 0.22% | 0.8% | - |
XYZ | 43.55 | 40.65 | 37.9 | - |
YUV | 173.22 | 119.41 | 149.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 161 | 158 | 0 | 0.21 | 0.22 | 0.20 | 4 | 0.3 | 0.71 |
Hex | CB | A1 | 9E | 0 | 15 | 16 | 14 | 4 | 1E | 47 |
Octal | 313 | 241 | 236 | 0 | 25 | 26 | 24 | 4 | 36 | 107 |
Binary | 11001011 | 10100001 | 10011110 | 0 | 10101 | 10110 | 10100 | 100 | 11110 | 1000111 |
Color Harmonies of #CBA19E
Complementary color
Monochromatic Colors of #CBA19E
Black with #CBA19E
Text Example
Text Example
White with #CBA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA19E; }
p { color: rgb(203,161,158); }
H1.HeaderClassName
{
color: #CBA19E;
}
.AnyTagClassName
{
color: #CBA19E;
}
</style>
background-color css
<style>
a { background-color: #CBA19E; }
a { background-color: rgb(203,161,158); }
div.DivClassName
{
background-color: #CBA19E;
}
.BgClassName
{
background-color: #CBA19E;
}
</style>
border-color css
<style>
span { border-color: #CBA19E; }
span { border-color: rgb(203,161,158); }
td.TdClassName
{
border-color: #CBA19E;
}
.TagClassName
{
border-color: #CBA19E;
}
</style>