Shades of Sour Dough #CAB394
Tints of Sour Dough #CAB394
RGB
CMYK
RGB Variations
Color information
#CAB394 (or 0xCAB394) is known color: Sour Dough. HEX triplet: CA, B3 and 94. RGB value is (202,179,148). Sum of RGB (Red+Green+Blue) = 202+179+148=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB394 is #354C6B. Grayscale: #B6B6B6. Windows color (decimal): -3492972 or 9745354. OLE color: 9745354.
HSL color Cylindrical-coordinate representation of color #CAB394: hue angle of 34.44º 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 #CAB394 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 148 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.21 |
| HSL | 34.44º | 0.34% | 0.69% | - |
| HSV(B) | 34.44º | 0.27% | 0.79% | - |
| XYZ | 45.82 | 46.93 | 34.66 | - |
| YUV | 182.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 148 | 0 | 0.11 | 0.27 | 0.21 | 34.44 | 0.34 | 0.69 |
| Hex | CA | B3 | 94 | 0 | B | 1B | 15 | 22 | 22 | 45 |
| Octal | 312 | 263 | 224 | 0 | 13 | 33 | 25 | 42 | 42 | 105 |
| Binary | 11001010 | 10110011 | 10010100 | 0 | 1011 | 11011 | 10101 | 100010 | 100010 | 1000101 |
Color Harmonies of #CAB394
Complementary color
Monochromatic Colors of #CAB394
Black with #CAB394
Text Example
Text Example
White with #CAB394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB394; }
p { color: rgb(202,179,148); }
H1.HeaderClassName
{
color: #CAB394;
}
.AnyTagClassName
{
color: #CAB394;
}
</style>
background-color css
<style>
a { background-color: #CAB394; }
a { background-color: rgb(202,179,148); }
div.DivClassName
{
background-color: #CAB394;
}
.BgClassName
{
background-color: #CAB394;
}
</style>
border-color css
<style>
span { border-color: #CAB394; }
span { border-color: rgb(202,179,148); }
td.TdClassName
{
border-color: #CAB394;
}
.TagClassName
{
border-color: #CAB394;
}
</style>