Shades of Putty #CBB36F
Tints of Putty #CBB36F
RGB
CMYK
RGB Variations
Color information
#CBB36F (or 0xCBB36F) is known color: Putty. HEX triplet: CB, B3 and 6F. RGB value is (203,179,111). Sum of RGB (Red+Green+Blue) = 203+179+111=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB36F is #344C90. Grayscale: #B2B2B2. Windows color (decimal): -3427473 or 7320523. OLE color: 7320523.
HSL color Cylindrical-coordinate representation of color #CBB36F: hue angle of 44.35º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBB36F is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 111 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.20 |
| HSL | 44.35º | 0.47% | 0.62% | - |
| HSV(B) | 44.35º | 0.45% | 0.8% | - |
| XYZ | 43.62 | 46.08 | 21.64 | - |
| YUV | 178.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 111 | 0 | 0.12 | 0.45 | 0.20 | 44.35 | 0.47 | 0.62 |
| Hex | CB | B3 | 6F | 0 | C | 2D | 14 | 2C | 2F | 3E |
| Octal | 313 | 263 | 157 | 0 | 14 | 55 | 24 | 54 | 57 | 76 |
| Binary | 11001011 | 10110011 | 1101111 | 0 | 1100 | 101101 | 10100 | 101100 | 101111 | 111110 |
Color Harmonies of #CBB36F
Complementary color
Monochromatic Colors of #CBB36F
Black with #CBB36F
Text Example
Text Example
White with #CBB36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB36F; }
p { color: rgb(203,179,111); }
H1.HeaderClassName
{
color: #CBB36F;
}
.AnyTagClassName
{
color: #CBB36F;
}
</style>
background-color css
<style>
a { background-color: #CBB36F; }
a { background-color: rgb(203,179,111); }
div.DivClassName
{
background-color: #CBB36F;
}
.BgClassName
{
background-color: #CBB36F;
}
</style>
border-color css
<style>
span { border-color: #CBB36F; }
span { border-color: rgb(203,179,111); }
td.TdClassName
{
border-color: #CBB36F;
}
.TagClassName
{
border-color: #CBB36F;
}
</style>