Shades of Putty #CBAC74
Tints of Putty #CBAC74
RGB
CMYK
RGB Variations
Color information
#CBAC74 (or 0xCBAC74) is known color: Putty. HEX triplet: CB, AC and 74. RGB value is (203,172,116). Sum of RGB (Red+Green+Blue) = 203+172+116=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC74 is #34538B. Grayscale: #AFAFAF. Windows color (decimal): -3429260 or 7646411. OLE color: 7646411.
HSL color Cylindrical-coordinate representation of color #CBAC74: hue angle of 38.62º 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 #CBAC74 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 116 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.20 |
| HSL | 38.62º | 0.46% | 0.63% | - |
| HSV(B) | 38.62º | 0.43% | 0.8% | - |
| XYZ | 42.53 | 43.46 | 22.67 | - |
| YUV | 174.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 116 | 0 | 0.15 | 0.43 | 0.20 | 38.62 | 0.46 | 0.63 |
| Hex | CB | AC | 74 | 0 | F | 2B | 14 | 27 | 2E | 3F |
| Octal | 313 | 254 | 164 | 0 | 17 | 53 | 24 | 47 | 56 | 77 |
| Binary | 11001011 | 10101100 | 1110100 | 0 | 1111 | 101011 | 10100 | 100111 | 101110 | 111111 |
Color Harmonies of #CBAC74
Complementary color
Monochromatic Colors of #CBAC74
Black with #CBAC74
Text Example
Text Example
White with #CBAC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAC74; }
p { color: rgb(203,172,116); }
H1.HeaderClassName
{
color: #CBAC74;
}
.AnyTagClassName
{
color: #CBAC74;
}
</style>
background-color css
<style>
a { background-color: #CBAC74; }
a { background-color: rgb(203,172,116); }
div.DivClassName
{
background-color: #CBAC74;
}
.BgClassName
{
background-color: #CBAC74;
}
</style>
border-color css
<style>
span { border-color: #CBAC74; }
span { border-color: rgb(203,172,116); }
td.TdClassName
{
border-color: #CBAC74;
}
.TagClassName
{
border-color: #CBAC74;
}
</style>