Shades of Putty #CBAD74
Tints of Putty #CBAD74
RGB
CMYK
RGB Variations
Color information
#CBAD74 (or 0xCBAD74) is known color: Putty. HEX triplet: CB, AD and 74. RGB value is (203,173,116). Sum of RGB (Red+Green+Blue) = 203+173+116=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAD74 is #34528B. Grayscale: #AFAFAF. Windows color (decimal): -3429004 or 7646667. OLE color: 7646667.
HSL color Cylindrical-coordinate representation of color #CBAD74: hue angle of 39.31º 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 #CBAD74 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 116 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.20 |
| HSL | 39.31º | 0.46% | 0.63% | - |
| HSV(B) | 39.31º | 0.43% | 0.8% | - |
| XYZ | 42.72 | 43.84 | 22.73 | - |
| YUV | 175.47 | 94.44 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 116 | 0 | 0.15 | 0.43 | 0.20 | 39.31 | 0.46 | 0.63 |
| Hex | CB | AD | 74 | 0 | F | 2B | 14 | 27 | 2E | 3F |
| Octal | 313 | 255 | 164 | 0 | 17 | 53 | 24 | 47 | 56 | 77 |
| Binary | 11001011 | 10101101 | 1110100 | 0 | 1111 | 101011 | 10100 | 100111 | 101110 | 111111 |
Color Harmonies of #CBAD74
Complementary color
Monochromatic Colors of #CBAD74
Black with #CBAD74
Text Example
Text Example
White with #CBAD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAD74; }
p { color: rgb(203,173,116); }
H1.HeaderClassName
{
color: #CBAD74;
}
.AnyTagClassName
{
color: #CBAD74;
}
</style>
background-color css
<style>
a { background-color: #CBAD74; }
a { background-color: rgb(203,173,116); }
div.DivClassName
{
background-color: #CBAD74;
}
.BgClassName
{
background-color: #CBAD74;
}
</style>
border-color css
<style>
span { border-color: #CBAD74; }
span { border-color: rgb(203,173,116); }
td.TdClassName
{
border-color: #CBAD74;
}
.TagClassName
{
border-color: #CBAD74;
}
</style>