Shades of Putty #CBB272
Tints of Putty #CBB272
RGB
CMYK
RGB Variations
Color information
#CBB272 (or 0xCBB272) is known color: Putty. HEX triplet: CB, B2 and 72. RGB value is (203,178,114). Sum of RGB (Red+Green+Blue) = 203+178+114=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB272 is #344D8D. Grayscale: #B2B2B2. Windows color (decimal): -3427726 or 7516875. OLE color: 7516875.
HSL color Cylindrical-coordinate representation of color #CBB272: hue angle of 43.15º 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 #CBB272 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 114 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.20 |
| HSL | 43.15º | 0.46% | 0.62% | - |
| HSV(B) | 43.15º | 0.44% | 0.8% | - |
| XYZ | 43.59 | 45.75 | 22.45 | - |
| YUV | 178.18 | 91.78 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 114 | 0 | 0.12 | 0.44 | 0.20 | 43.15 | 0.46 | 0.62 |
| Hex | CB | B2 | 72 | 0 | C | 2C | 14 | 2B | 2E | 3E |
| Octal | 313 | 262 | 162 | 0 | 14 | 54 | 24 | 53 | 56 | 76 |
| Binary | 11001011 | 10110010 | 1110010 | 0 | 1100 | 101100 | 10100 | 101011 | 101110 | 111110 |
Color Harmonies of #CBB272
Complementary color
Monochromatic Colors of #CBB272
Black with #CBB272
Text Example
Text Example
White with #CBB272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB272; }
p { color: rgb(203,178,114); }
H1.HeaderClassName
{
color: #CBB272;
}
.AnyTagClassName
{
color: #CBB272;
}
</style>
background-color css
<style>
a { background-color: #CBB272; }
a { background-color: rgb(203,178,114); }
div.DivClassName
{
background-color: #CBB272;
}
.BgClassName
{
background-color: #CBB272;
}
</style>
border-color css
<style>
span { border-color: #CBB272; }
span { border-color: rgb(203,178,114); }
td.TdClassName
{
border-color: #CBB272;
}
.TagClassName
{
border-color: #CBB272;
}
</style>