Shades of Putty #CBB174
Tints of Putty #CBB174
RGB
CMYK
RGB Variations
Color information
#CBB174 (or 0xCBB174) is known color: Putty. HEX triplet: CB, B1 and 74. RGB value is (203,177,116). Sum of RGB (Red+Green+Blue) = 203+177+116=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB174 is #344E8B. Grayscale: #B2B2B2. Windows color (decimal): -3427980 or 7647691. OLE color: 7647691.
HSL color Cylindrical-coordinate representation of color #CBB174: hue angle of 42.07º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBB174 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 116 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.20 |
| HSL | 42.07º | 0.46% | 0.63% | - |
| HSV(B) | 42.07º | 0.43% | 0.8% | - |
| XYZ | 43.5 | 45.4 | 22.99 | - |
| YUV | 177.82 | 93.11 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 116 | 0 | 0.13 | 0.43 | 0.20 | 42.07 | 0.46 | 0.63 |
| Hex | CB | B1 | 74 | 0 | D | 2B | 14 | 2A | 2E | 3F |
| Octal | 313 | 261 | 164 | 0 | 15 | 53 | 24 | 52 | 56 | 77 |
| Binary | 11001011 | 10110001 | 1110100 | 0 | 1101 | 101011 | 10100 | 101010 | 101110 | 111111 |
Color Harmonies of #CBB174
Complementary color
Monochromatic Colors of #CBB174
Black with #CBB174
Text Example
Text Example
White with #CBB174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB174; }
p { color: rgb(203,177,116); }
H1.HeaderClassName
{
color: #CBB174;
}
.AnyTagClassName
{
color: #CBB174;
}
</style>
background-color css
<style>
a { background-color: #CBB174; }
a { background-color: rgb(203,177,116); }
div.DivClassName
{
background-color: #CBB174;
}
.BgClassName
{
background-color: #CBB174;
}
</style>
border-color css
<style>
span { border-color: #CBB174; }
span { border-color: rgb(203,177,116); }
td.TdClassName
{
border-color: #CBB174;
}
.TagClassName
{
border-color: #CBB174;
}
</style>