Shades of Putty #CBB478
Tints of Putty #CBB478
RGB
CMYK
RGB Variations
Color information
#CBB478 (or 0xCBB478) is known color: Putty. HEX triplet: CB, B4 and 78. RGB value is (203,180,120). Sum of RGB (Red+Green+Blue) = 203+180+120=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB478 is #344B87. Grayscale: #B4B4B4. Windows color (decimal): -3427208 or 7910603. OLE color: 7910603.
HSL color Cylindrical-coordinate representation of color #CBB478: hue angle of 43.37º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBB478 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 120 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.20 |
| HSL | 43.37º | 0.44% | 0.63% | - |
| HSV(B) | 43.37º | 0.41% | 0.8% | - |
| XYZ | 44.34 | 46.7 | 24.45 | - |
| YUV | 180.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 120 | 0 | 0.11 | 0.41 | 0.20 | 43.37 | 0.44 | 0.63 |
| Hex | CB | B4 | 78 | 0 | B | 29 | 14 | 2B | 2C | 3F |
| Octal | 313 | 264 | 170 | 0 | 13 | 51 | 24 | 53 | 54 | 77 |
| Binary | 11001011 | 10110100 | 1111000 | 0 | 1011 | 101001 | 10100 | 101011 | 101100 | 111111 |
Color Harmonies of #CBB478
Complementary color
Monochromatic Colors of #CBB478
Black with #CBB478
Text Example
Text Example
White with #CBB478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB478; }
p { color: rgb(203,180,120); }
H1.HeaderClassName
{
color: #CBB478;
}
.AnyTagClassName
{
color: #CBB478;
}
</style>
background-color css
<style>
a { background-color: #CBB478; }
a { background-color: rgb(203,180,120); }
div.DivClassName
{
background-color: #CBB478;
}
.BgClassName
{
background-color: #CBB478;
}
</style>
border-color css
<style>
span { border-color: #CBB478; }
span { border-color: rgb(203,180,120); }
td.TdClassName
{
border-color: #CBB478;
}
.TagClassName
{
border-color: #CBB478;
}
</style>