Shades of Putty #CBB37A
Tints of Putty #CBB37A
RGB
CMYK
RGB Variations
Color information
#CBB37A (or 0xCBB37A) is known color: Putty. HEX triplet: CB, B3 and 7A. RGB value is (203,179,122). Sum of RGB (Red+Green+Blue) = 203+179+122=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB37A is #344C85. Grayscale: #B3B3B3. Windows color (decimal): -3427462 or 8041419. OLE color: 8041419.
HSL color Cylindrical-coordinate representation of color #CBB37A: hue angle of 42.22º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBB37A is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 122 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.20 |
| HSL | 42.22º | 0.44% | 0.64% | - |
| HSV(B) | 42.22º | 0.4% | 0.8% | - |
| XYZ | 44.26 | 46.34 | 25.02 | - |
| YUV | 179.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 122 | 0 | 0.12 | 0.40 | 0.20 | 42.22 | 0.44 | 0.64 |
| Hex | CB | B3 | 7A | 0 | C | 28 | 14 | 2A | 2C | 40 |
| Octal | 313 | 263 | 172 | 0 | 14 | 50 | 24 | 52 | 54 | 100 |
| Binary | 11001011 | 10110011 | 1111010 | 0 | 1100 | 101000 | 10100 | 101010 | 101100 | 1000000 |
Color Harmonies of #CBB37A
Complementary color
Monochromatic Colors of #CBB37A
Black with #CBB37A
Text Example
Text Example
White with #CBB37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB37A; }
p { color: rgb(203,179,122); }
H1.HeaderClassName
{
color: #CBB37A;
}
.AnyTagClassName
{
color: #CBB37A;
}
</style>
background-color css
<style>
a { background-color: #CBB37A; }
a { background-color: rgb(203,179,122); }
div.DivClassName
{
background-color: #CBB37A;
}
.BgClassName
{
background-color: #CBB37A;
}
</style>
border-color css
<style>
span { border-color: #CBB37A; }
span { border-color: rgb(203,179,122); }
td.TdClassName
{
border-color: #CBB37A;
}
.TagClassName
{
border-color: #CBB37A;
}
</style>