Shades of Sour Dough #CBB493
Tints of Sour Dough #CBB493
RGB
CMYK
RGB Variations
Color information
#CBB493 (or 0xCBB493) is known color: Sour Dough. HEX triplet: CB, B4 and 93. RGB value is (203,180,147). Sum of RGB (Red+Green+Blue) = 203+180+147=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB493 is #344B6C. Grayscale: #B7B7B7. Windows color (decimal): -3427181 or 9680075. OLE color: 9680075.
HSL color Cylindrical-coordinate representation of color #CBB493: hue angle of 35.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBB493 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 147 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.20 |
| HSL | 35.36º | 0.35% | 0.69% | - |
| HSV(B) | 35.36º | 0.28% | 0.8% | - |
| XYZ | 46.22 | 47.45 | 34.33 | - |
| YUV | 183.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 147 | 0 | 0.11 | 0.28 | 0.20 | 35.36 | 0.35 | 0.69 |
| Hex | CB | B4 | 93 | 0 | B | 1C | 14 | 23 | 23 | 45 |
| Octal | 313 | 264 | 223 | 0 | 13 | 34 | 24 | 43 | 43 | 105 |
| Binary | 11001011 | 10110100 | 10010011 | 0 | 1011 | 11100 | 10100 | 100011 | 100011 | 1000101 |
Color Harmonies of #CBB493
Complementary color
Monochromatic Colors of #CBB493
Black with #CBB493
Text Example
Text Example
White with #CBB493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB493; }
p { color: rgb(203,180,147); }
H1.HeaderClassName
{
color: #CBB493;
}
.AnyTagClassName
{
color: #CBB493;
}
</style>
background-color css
<style>
a { background-color: #CBB493; }
a { background-color: rgb(203,180,147); }
div.DivClassName
{
background-color: #CBB493;
}
.BgClassName
{
background-color: #CBB493;
}
</style>
border-color css
<style>
span { border-color: #CBB493; }
span { border-color: rgb(203,180,147); }
td.TdClassName
{
border-color: #CBB493;
}
.TagClassName
{
border-color: #CBB493;
}
</style>