Shades of Raw Sienna #CA804C
Tints of Raw Sienna #CA804C
RGB
CMYK
RGB Variations
Color information
#CA804C (or 0xCA804C) is known color: Raw Sienna. HEX triplet: CA, 80 and 4C. RGB value is (202,128,76). Sum of RGB (Red+Green+Blue) = 202+128+76=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA804C is #357FB3. Grayscale: #909090. Windows color (decimal): -3506100 or 5013706. OLE color: 5013706.
HSL color Cylindrical-coordinate representation of color #CA804C: hue angle of 24.76º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA804C is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 76 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.21 |
| HSL | 24.76º | 0.54% | 0.55% | - |
| HSV(B) | 24.76º | 0.62% | 0.79% | - |
| XYZ | 33.38 | 28.52 | 10.58 | - |
| YUV | 144.2 | 89.52 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 76 | 0 | 0.37 | 0.62 | 0.21 | 24.76 | 0.54 | 0.55 |
| Hex | CA | 80 | 4C | 0 | 25 | 3E | 15 | 19 | 36 | 37 |
| Octal | 312 | 200 | 114 | 0 | 45 | 76 | 25 | 31 | 66 | 67 |
| Binary | 11001010 | 10000000 | 1001100 | 0 | 100101 | 111110 | 10101 | 11001 | 110110 | 110111 |
Color Harmonies of #CA804C
Complementary color
Monochromatic Colors of #CA804C
Black with #CA804C
Text Example
Text Example
White with #CA804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA804C; }
p { color: rgb(202,128,76); }
H1.HeaderClassName
{
color: #CA804C;
}
.AnyTagClassName
{
color: #CA804C;
}
</style>
background-color css
<style>
a { background-color: #CA804C; }
a { background-color: rgb(202,128,76); }
div.DivClassName
{
background-color: #CA804C;
}
.BgClassName
{
background-color: #CA804C;
}
</style>
border-color css
<style>
span { border-color: #CA804C; }
span { border-color: rgb(202,128,76); }
td.TdClassName
{
border-color: #CA804C;
}
.TagClassName
{
border-color: #CA804C;
}
</style>