Shades of Sour Dough #CBB497
Tints of Sour Dough #CBB497
RGB
CMYK
RGB Variations
Color information
#CBB497 (or 0xCBB497) is known color: Sour Dough. HEX triplet: CB, B4 and 97. RGB value is (203,180,151). Sum of RGB (Red+Green+Blue) = 203+180+151=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB497 is #344B68. Grayscale: #B7B7B7. Windows color (decimal): -3427177 or 9942219. OLE color: 9942219.
HSL color Cylindrical-coordinate representation of color #CBB497: hue angle of 33.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBB497 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 151 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.20 |
| HSL | 33.46º | 0.33% | 0.69% | - |
| HSV(B) | 33.46º | 0.26% | 0.8% | - |
| XYZ | 46.54 | 47.57 | 36.01 | - |
| YUV | 183.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 151 | 0 | 0.11 | 0.26 | 0.20 | 33.46 | 0.33 | 0.69 |
| Hex | CB | B4 | 97 | 0 | B | 1A | 14 | 21 | 21 | 45 |
| Octal | 313 | 264 | 227 | 0 | 13 | 32 | 24 | 41 | 41 | 105 |
| Binary | 11001011 | 10110100 | 10010111 | 0 | 1011 | 11010 | 10100 | 100001 | 100001 | 1000101 |
Color Harmonies of #CBB497
Complementary color
Monochromatic Colors of #CBB497
Black with #CBB497
Text Example
Text Example
White with #CBB497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB497; }
p { color: rgb(203,180,151); }
H1.HeaderClassName
{
color: #CBB497;
}
.AnyTagClassName
{
color: #CBB497;
}
</style>
background-color css
<style>
a { background-color: #CBB497; }
a { background-color: rgb(203,180,151); }
div.DivClassName
{
background-color: #CBB497;
}
.BgClassName
{
background-color: #CBB497;
}
</style>
border-color css
<style>
span { border-color: #CBB497; }
span { border-color: rgb(203,180,151); }
td.TdClassName
{
border-color: #CBB497;
}
.TagClassName
{
border-color: #CBB497;
}
</style>