Shades of Sour Dough #CAB794
Tints of Sour Dough #CAB794
RGB
CMYK
RGB Variations
Color information
#CAB794 (or 0xCAB794) is known color: Sour Dough. HEX triplet: CA, B7 and 94. RGB value is (202,183,148). Sum of RGB (Red+Green+Blue) = 202+183+148=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB794 is #35486B. Grayscale: #B8B8B8. Windows color (decimal): -3491948 or 9746378. OLE color: 9746378.
HSL color Cylindrical-coordinate representation of color #CAB794: hue angle of 38.89º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAB794 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 148 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.21 |
| HSL | 38.89º | 0.34% | 0.69% | - |
| HSV(B) | 38.89º | 0.27% | 0.79% | - |
| XYZ | 46.64 | 48.56 | 34.93 | - |
| YUV | 184.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 148 | 0 | 0.09 | 0.27 | 0.21 | 38.89 | 0.34 | 0.69 |
| Hex | CA | B7 | 94 | 0 | 9 | 1B | 15 | 27 | 22 | 45 |
| Octal | 312 | 267 | 224 | 0 | 11 | 33 | 25 | 47 | 42 | 105 |
| Binary | 11001010 | 10110111 | 10010100 | 0 | 1001 | 11011 | 10101 | 100111 | 100010 | 1000101 |
Color Harmonies of #CAB794
Complementary color
Monochromatic Colors of #CAB794
Black with #CAB794
Text Example
Text Example
White with #CAB794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB794; }
p { color: rgb(202,183,148); }
H1.HeaderClassName
{
color: #CAB794;
}
.AnyTagClassName
{
color: #CAB794;
}
</style>
background-color css
<style>
a { background-color: #CAB794; }
a { background-color: rgb(202,183,148); }
div.DivClassName
{
background-color: #CAB794;
}
.BgClassName
{
background-color: #CAB794;
}
</style>
border-color css
<style>
span { border-color: #CAB794; }
span { border-color: rgb(202,183,148); }
td.TdClassName
{
border-color: #CAB794;
}
.TagClassName
{
border-color: #CAB794;
}
</style>