Shades of Putty #CBB872
Tints of Putty #CBB872
RGB
CMYK
RGB Variations
Color information
#CBB872 (or 0xCBB872) is known color: Putty. HEX triplet: CB, B8 and 72. RGB value is (203,184,114). Sum of RGB (Red+Green+Blue) = 203+184+114=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB872 is #34478D. Grayscale: #B5B5B5. Windows color (decimal): -3426190 or 7518411. OLE color: 7518411.
HSL color Cylindrical-coordinate representation of color #CBB872: hue angle of 47.19º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBB872 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 114 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.20 |
| HSL | 47.19º | 0.46% | 0.62% | - |
| HSV(B) | 47.19º | 0.44% | 0.8% | - |
| XYZ | 44.81 | 48.19 | 22.86 | - |
| YUV | 181.7 | 89.79 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 114 | 0 | 0.09 | 0.44 | 0.20 | 47.19 | 0.46 | 0.62 |
| Hex | CB | B8 | 72 | 0 | 9 | 2C | 14 | 2F | 2E | 3E |
| Octal | 313 | 270 | 162 | 0 | 11 | 54 | 24 | 57 | 56 | 76 |
| Binary | 11001011 | 10111000 | 1110010 | 0 | 1001 | 101100 | 10100 | 101111 | 101110 | 111110 |
Color Harmonies of #CBB872
Complementary color
Monochromatic Colors of #CBB872
Black with #CBB872
Text Example
Text Example
White with #CBB872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB872; }
p { color: rgb(203,184,114); }
H1.HeaderClassName
{
color: #CBB872;
}
.AnyTagClassName
{
color: #CBB872;
}
</style>
background-color css
<style>
a { background-color: #CBB872; }
a { background-color: rgb(203,184,114); }
div.DivClassName
{
background-color: #CBB872;
}
.BgClassName
{
background-color: #CBB872;
}
</style>
border-color css
<style>
span { border-color: #CBB872; }
span { border-color: rgb(203,184,114); }
td.TdClassName
{
border-color: #CBB872;
}
.TagClassName
{
border-color: #CBB872;
}
</style>