Shades of Raw Sienna #CB834E
Tints of Raw Sienna #CB834E
RGB
CMYK
RGB Variations
Color information
#CB834E (or 0xCB834E) is known color: Raw Sienna. HEX triplet: CB, 83 and 4E. RGB value is (203,131,78). Sum of RGB (Red+Green+Blue) = 203+131+78=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB834E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB834E is #347CB1. Grayscale: #929292. Windows color (decimal): -3439794 or 5145547. OLE color: 5145547.
HSL color Cylindrical-coordinate representation of color #CB834E: hue angle of 25.44º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB834E is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 78 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.20 |
| HSL | 25.44º | 0.55% | 0.55% | - |
| HSV(B) | 25.44º | 0.62% | 0.8% | - |
| XYZ | 34.12 | 29.48 | 11.1 | - |
| YUV | 146.49 | 89.35 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 78 | 0 | 0.35 | 0.62 | 0.20 | 25.44 | 0.55 | 0.55 |
| Hex | CB | 83 | 4E | 0 | 23 | 3E | 14 | 19 | 37 | 37 |
| Octal | 313 | 203 | 116 | 0 | 43 | 76 | 24 | 31 | 67 | 67 |
| Binary | 11001011 | 10000011 | 1001110 | 0 | 100011 | 111110 | 10100 | 11001 | 110111 | 110111 |
Color Harmonies of #CB834E
Complementary color
Monochromatic Colors of #CB834E
Black with #CB834E
Text Example
Text Example
White with #CB834E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB834E; }
p { color: rgb(203,131,78); }
H1.HeaderClassName
{
color: #CB834E;
}
.AnyTagClassName
{
color: #CB834E;
}
</style>
background-color css
<style>
a { background-color: #CB834E; }
a { background-color: rgb(203,131,78); }
div.DivClassName
{
background-color: #CB834E;
}
.BgClassName
{
background-color: #CB834E;
}
</style>
border-color css
<style>
span { border-color: #CB834E; }
span { border-color: rgb(203,131,78); }
td.TdClassName
{
border-color: #CB834E;
}
.TagClassName
{
border-color: #CB834E;
}
</style>