Shades of Putty #CBB470
Tints of Putty #CBB470
RGB
CMYK
RGB Variations
Color information
#CBB470 (or 0xCBB470) is known color: Putty. HEX triplet: CB, B4 and 70. RGB value is (203,180,112). Sum of RGB (Red+Green+Blue) = 203+180+112=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB470 is #344B8F. Grayscale: #B3B3B3. Windows color (decimal): -3427216 or 7386315. OLE color: 7386315.
HSL color Cylindrical-coordinate representation of color #CBB470: hue angle of 44.84º 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 #CBB470 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 112 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.20 |
| HSL | 44.84º | 0.47% | 0.62% | - |
| HSV(B) | 44.84º | 0.45% | 0.8% | - |
| XYZ | 43.87 | 46.51 | 21.99 | - |
| YUV | 179.13 | 90.12 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 112 | 0 | 0.11 | 0.45 | 0.20 | 44.84 | 0.47 | 0.62 |
| Hex | CB | B4 | 70 | 0 | B | 2D | 14 | 2D | 2F | 3E |
| Octal | 313 | 264 | 160 | 0 | 13 | 55 | 24 | 55 | 57 | 76 |
| Binary | 11001011 | 10110100 | 1110000 | 0 | 1011 | 101101 | 10100 | 101101 | 101111 | 111110 |
Color Harmonies of #CBB470
Complementary color
Monochromatic Colors of #CBB470
Black with #CBB470
Text Example
Text Example
White with #CBB470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB470; }
p { color: rgb(203,180,112); }
H1.HeaderClassName
{
color: #CBB470;
}
.AnyTagClassName
{
color: #CBB470;
}
</style>
background-color css
<style>
a { background-color: #CBB470; }
a { background-color: rgb(203,180,112); }
div.DivClassName
{
background-color: #CBB470;
}
.BgClassName
{
background-color: #CBB470;
}
</style>
border-color css
<style>
span { border-color: #CBB470; }
span { border-color: rgb(203,180,112); }
td.TdClassName
{
border-color: #CBB470;
}
.TagClassName
{
border-color: #CBB470;
}
</style>