Shades of Rose #CBA795
Tints of Rose #CBA795
RGB
CMYK
RGB Variations
Color information
#CBA795 (or 0xCBA795) is known color: Rose. HEX triplet: CB, A7 and 95. RGB value is (203,167,149). Sum of RGB (Red+Green+Blue) = 203+167+149=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA795 is #34586A. Grayscale: #AFAFAF. Windows color (decimal): -3430507 or 9807819. OLE color: 9807819.
HSL color Cylindrical-coordinate representation of color #CBA795: hue angle of 20º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBA795 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 149 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.20 |
| HSL | 20º | 0.34% | 0.69% | - |
| HSV(B) | 20º | 0.27% | 0.8% | - |
| XYZ | 43.87 | 42.5 | 34.33 | - |
| YUV | 175.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 149 | 0 | 0.18 | 0.27 | 0.20 | 20 | 0.34 | 0.69 |
| Hex | CB | A7 | 95 | 0 | 12 | 1B | 14 | 14 | 22 | 45 |
| Octal | 313 | 247 | 225 | 0 | 22 | 33 | 24 | 24 | 42 | 105 |
| Binary | 11001011 | 10100111 | 10010101 | 0 | 10010 | 11011 | 10100 | 10100 | 100010 | 1000101 |
Color Harmonies of #CBA795
Complementary color
Monochromatic Colors of #CBA795
Black with #CBA795
Text Example
Text Example
White with #CBA795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA795; }
p { color: rgb(203,167,149); }
H1.HeaderClassName
{
color: #CBA795;
}
.AnyTagClassName
{
color: #CBA795;
}
</style>
background-color css
<style>
a { background-color: #CBA795; }
a { background-color: rgb(203,167,149); }
div.DivClassName
{
background-color: #CBA795;
}
.BgClassName
{
background-color: #CBA795;
}
</style>
border-color css
<style>
span { border-color: #CBA795; }
span { border-color: rgb(203,167,149); }
td.TdClassName
{
border-color: #CBA795;
}
.TagClassName
{
border-color: #CBA795;
}
</style>