Shades of Putty #CBB476
Tints of Putty #CBB476
RGB
CMYK
RGB Variations
Color information
#CBB476 (or 0xCBB476) is known color: Putty. HEX triplet: CB, B4 and 76. RGB value is (203,180,118). Sum of RGB (Red+Green+Blue) = 203+180+118=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB476 is #344B89. Grayscale: #B4B4B4. Windows color (decimal): -3427210 or 7779531. OLE color: 7779531.
HSL color Cylindrical-coordinate representation of color #CBB476: hue angle of 43.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBB476 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 118 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.20 |
| HSL | 43.76º | 0.45% | 0.63% | - |
| HSV(B) | 43.76º | 0.42% | 0.8% | - |
| XYZ | 44.22 | 46.65 | 23.81 | - |
| YUV | 179.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 118 | 0 | 0.11 | 0.42 | 0.20 | 43.76 | 0.45 | 0.63 |
| Hex | CB | B4 | 76 | 0 | B | 2A | 14 | 2C | 2D | 3F |
| Octal | 313 | 264 | 166 | 0 | 13 | 52 | 24 | 54 | 55 | 77 |
| Binary | 11001011 | 10110100 | 1110110 | 0 | 1011 | 101010 | 10100 | 101100 | 101101 | 111111 |
Color Harmonies of #CBB476
Complementary color
Monochromatic Colors of #CBB476
Black with #CBB476
Text Example
Text Example
White with #CBB476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB476; }
p { color: rgb(203,180,118); }
H1.HeaderClassName
{
color: #CBB476;
}
.AnyTagClassName
{
color: #CBB476;
}
</style>
background-color css
<style>
a { background-color: #CBB476; }
a { background-color: rgb(203,180,118); }
div.DivClassName
{
background-color: #CBB476;
}
.BgClassName
{
background-color: #CBB476;
}
</style>
border-color css
<style>
span { border-color: #CBB476; }
span { border-color: rgb(203,180,118); }
td.TdClassName
{
border-color: #CBB476;
}
.TagClassName
{
border-color: #CBB476;
}
</style>