Shades of Fallow #CB976B
Tints of Fallow #CB976B
RGB
CMYK
RGB Variations
Color information
#CB976B (or 0xCB976B) is known color: Fallow. HEX triplet: CB, 97 and 6B. RGB value is (203,151,107). Sum of RGB (Red+Green+Blue) = 203+151+107=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB976B is #346894. Grayscale: #A1A1A1. Windows color (decimal): -3434645 or 7051211. OLE color: 7051211.
HSL color Cylindrical-coordinate representation of color #CB976B: hue angle of 27.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB976B is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 107 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.20 |
| HSL | 27.5º | 0.48% | 0.61% | - |
| HSV(B) | 27.5º | 0.47% | 0.8% | - |
| XYZ | 38.35 | 35.89 | 18.82 | - |
| YUV | 161.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 107 | 0 | 0.26 | 0.47 | 0.20 | 27.5 | 0.48 | 0.61 |
| Hex | CB | 97 | 6B | 0 | 1A | 2F | 14 | 1C | 30 | 3D |
| Octal | 313 | 227 | 153 | 0 | 32 | 57 | 24 | 34 | 60 | 75 |
| Binary | 11001011 | 10010111 | 1101011 | 0 | 11010 | 101111 | 10100 | 11100 | 110000 | 111101 |
Color Harmonies of #CB976B
Complementary color
Monochromatic Colors of #CB976B
Black with #CB976B
Text Example
Text Example
White with #CB976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB976B; }
p { color: rgb(203,151,107); }
H1.HeaderClassName
{
color: #CB976B;
}
.AnyTagClassName
{
color: #CB976B;
}
</style>
background-color css
<style>
a { background-color: #CB976B; }
a { background-color: rgb(203,151,107); }
div.DivClassName
{
background-color: #CB976B;
}
.BgClassName
{
background-color: #CB976B;
}
</style>
border-color css
<style>
span { border-color: #CB976B; }
span { border-color: rgb(203,151,107); }
td.TdClassName
{
border-color: #CB976B;
}
.TagClassName
{
border-color: #CB976B;
}
</style>