Shades of Putty #CBB17A
Tints of Putty #CBB17A
RGB
CMYK
RGB Variations
Color information
#CBB17A (or 0xCBB17A) is known color: Putty. HEX triplet: CB, B1 and 7A. RGB value is (203,177,122). Sum of RGB (Red+Green+Blue) = 203+177+122=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB17A is #344E85. Grayscale: #B2B2B2. Windows color (decimal): -3427974 or 8040907. OLE color: 8040907.
HSL color Cylindrical-coordinate representation of color #CBB17A: hue angle of 40.74º 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 #CBB17A is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 122 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.20 |
| HSL | 40.74º | 0.44% | 0.64% | - |
| HSV(B) | 40.74º | 0.4% | 0.8% | - |
| XYZ | 43.86 | 45.55 | 24.89 | - |
| YUV | 178.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 122 | 0 | 0.13 | 0.40 | 0.20 | 40.74 | 0.44 | 0.64 |
| Hex | CB | B1 | 7A | 0 | D | 28 | 14 | 29 | 2C | 40 |
| Octal | 313 | 261 | 172 | 0 | 15 | 50 | 24 | 51 | 54 | 100 |
| Binary | 11001011 | 10110001 | 1111010 | 0 | 1101 | 101000 | 10100 | 101001 | 101100 | 1000000 |
Color Harmonies of #CBB17A
Complementary color
Monochromatic Colors of #CBB17A
Black with #CBB17A
Text Example
Text Example
White with #CBB17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB17A; }
p { color: rgb(203,177,122); }
H1.HeaderClassName
{
color: #CBB17A;
}
.AnyTagClassName
{
color: #CBB17A;
}
</style>
background-color css
<style>
a { background-color: #CBB17A; }
a { background-color: rgb(203,177,122); }
div.DivClassName
{
background-color: #CBB17A;
}
.BgClassName
{
background-color: #CBB17A;
}
</style>
border-color css
<style>
span { border-color: #CBB17A; }
span { border-color: rgb(203,177,122); }
td.TdClassName
{
border-color: #CBB17A;
}
.TagClassName
{
border-color: #CBB17A;
}
</style>