Shades of Rose #CBA793
Tints of Rose #CBA793
RGB
CMYK
RGB Variations
Color information
#CBA793 (or 0xCBA793) is known color: Rose. HEX triplet: CB, A7 and 93. RGB value is (203,167,147). Sum of RGB (Red+Green+Blue) = 203+167+147=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA793 is #34586C. Grayscale: #AFAFAF. Windows color (decimal): -3430509 or 9676747. OLE color: 9676747.
HSL color Cylindrical-coordinate representation of color #CBA793: hue angle of 21.43º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBA793 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 147 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.20 |
| HSL | 21.43º | 0.35% | 0.69% | - |
| HSV(B) | 21.43º | 0.28% | 0.8% | - |
| XYZ | 43.71 | 42.44 | 33.49 | - |
| YUV | 175.48 | 111.93 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 147 | 0 | 0.18 | 0.28 | 0.20 | 21.43 | 0.35 | 0.69 |
| Hex | CB | A7 | 93 | 0 | 12 | 1C | 14 | 15 | 23 | 45 |
| Octal | 313 | 247 | 223 | 0 | 22 | 34 | 24 | 25 | 43 | 105 |
| Binary | 11001011 | 10100111 | 10010011 | 0 | 10010 | 11100 | 10100 | 10101 | 100011 | 1000101 |
Color Harmonies of #CBA793
Complementary color
Monochromatic Colors of #CBA793
Black with #CBA793
Text Example
Text Example
White with #CBA793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA793; }
p { color: rgb(203,167,147); }
H1.HeaderClassName
{
color: #CBA793;
}
.AnyTagClassName
{
color: #CBA793;
}
</style>
background-color css
<style>
a { background-color: #CBA793; }
a { background-color: rgb(203,167,147); }
div.DivClassName
{
background-color: #CBA793;
}
.BgClassName
{
background-color: #CBA793;
}
</style>
border-color css
<style>
span { border-color: #CBA793; }
span { border-color: rgb(203,167,147); }
td.TdClassName
{
border-color: #CBA793;
}
.TagClassName
{
border-color: #CBA793;
}
</style>