Shades of Putty #CBB06A
Tints of Putty #CBB06A
RGB
CMYK
RGB Variations
Color information
#CBB06A (or 0xCBB06A) is known color: Putty. HEX triplet: CB, B0 and 6A. RGB value is (203,176,106). Sum of RGB (Red+Green+Blue) = 203+176+106=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB06A is #344F95. Grayscale: #B0B0B0. Windows color (decimal): -3428246 or 6992075. OLE color: 6992075.
HSL color Cylindrical-coordinate representation of color #CBB06A: hue angle of 43.3º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBB06A is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 106 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.20 |
| HSL | 43.3º | 0.48% | 0.61% | - |
| HSV(B) | 43.3º | 0.48% | 0.8% | - |
| XYZ | 42.76 | 44.79 | 20.03 | - |
| YUV | 176.09 | 88.45 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 106 | 0 | 0.13 | 0.48 | 0.20 | 43.3 | 0.48 | 0.61 |
| Hex | CB | B0 | 6A | 0 | D | 30 | 14 | 2B | 30 | 3D |
| Octal | 313 | 260 | 152 | 0 | 15 | 60 | 24 | 53 | 60 | 75 |
| Binary | 11001011 | 10110000 | 1101010 | 0 | 1101 | 110000 | 10100 | 101011 | 110000 | 111101 |
Color Harmonies of #CBB06A
Complementary color
Monochromatic Colors of #CBB06A
Black with #CBB06A
Text Example
Text Example
White with #CBB06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB06A; }
p { color: rgb(203,176,106); }
H1.HeaderClassName
{
color: #CBB06A;
}
.AnyTagClassName
{
color: #CBB06A;
}
</style>
background-color css
<style>
a { background-color: #CBB06A; }
a { background-color: rgb(203,176,106); }
div.DivClassName
{
background-color: #CBB06A;
}
.BgClassName
{
background-color: #CBB06A;
}
</style>
border-color css
<style>
span { border-color: #CBB06A; }
span { border-color: rgb(203,176,106); }
td.TdClassName
{
border-color: #CBB06A;
}
.TagClassName
{
border-color: #CBB06A;
}
</style>