Shades of Putty #CBB870
Tints of Putty #CBB870
RGB
CMYK
RGB Variations
Color information
#CBB870 (or 0xCBB870) is known color: Putty. HEX triplet: CB, B8 and 70. RGB value is (203,184,112). Sum of RGB (Red+Green+Blue) = 203+184+112=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB870 is #34478F. Grayscale: #B5B5B5. Windows color (decimal): -3426192 or 7387339. OLE color: 7387339.
HSL color Cylindrical-coordinate representation of color #CBB870: hue angle of 47.47º 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 #CBB870 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 112 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.20 |
| HSL | 47.47º | 0.47% | 0.62% | - |
| HSV(B) | 47.47º | 0.45% | 0.8% | - |
| XYZ | 44.69 | 48.15 | 22.27 | - |
| YUV | 181.47 | 88.79 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 112 | 0 | 0.09 | 0.45 | 0.20 | 47.47 | 0.47 | 0.62 |
| Hex | CB | B8 | 70 | 0 | 9 | 2D | 14 | 2F | 2F | 3E |
| Octal | 313 | 270 | 160 | 0 | 11 | 55 | 24 | 57 | 57 | 76 |
| Binary | 11001011 | 10111000 | 1110000 | 0 | 1001 | 101101 | 10100 | 101111 | 101111 | 111110 |
Color Harmonies of #CBB870
Complementary color
Monochromatic Colors of #CBB870
Black with #CBB870
Text Example
Text Example
White with #CBB870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB870; }
p { color: rgb(203,184,112); }
H1.HeaderClassName
{
color: #CBB870;
}
.AnyTagClassName
{
color: #CBB870;
}
</style>
background-color css
<style>
a { background-color: #CBB870; }
a { background-color: rgb(203,184,112); }
div.DivClassName
{
background-color: #CBB870;
}
.BgClassName
{
background-color: #CBB870;
}
</style>
border-color css
<style>
span { border-color: #CBB870; }
span { border-color: rgb(203,184,112); }
td.TdClassName
{
border-color: #CBB870;
}
.TagClassName
{
border-color: #CBB870;
}
</style>