Shades of Putty #CBA374
Tints of Putty #CBA374
RGB
CMYK
RGB Variations
Color information
#CBA374 (or 0xCBA374) is known color: Putty. HEX triplet: CB, A3 and 74. RGB value is (203,163,116). Sum of RGB (Red+Green+Blue) = 203+163+116=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA374 is #345C8B. Grayscale: #A9A9A9. Windows color (decimal): -3431564 or 7644107. OLE color: 7644107.
HSL color Cylindrical-coordinate representation of color #CBA374: hue angle of 32.41º 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 #CBA374 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 116 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.20 |
| HSL | 32.41º | 0.46% | 0.63% | - |
| HSV(B) | 32.41º | 0.43% | 0.8% | - |
| XYZ | 40.88 | 40.15 | 22.12 | - |
| YUV | 169.6 | 97.75 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 116 | 0 | 0.20 | 0.43 | 0.20 | 32.41 | 0.46 | 0.63 |
| Hex | CB | A3 | 74 | 0 | 14 | 2B | 14 | 20 | 2E | 3F |
| Octal | 313 | 243 | 164 | 0 | 24 | 53 | 24 | 40 | 56 | 77 |
| Binary | 11001011 | 10100011 | 1110100 | 0 | 10100 | 101011 | 10100 | 100000 | 101110 | 111111 |
Color Harmonies of #CBA374
Complementary color
Monochromatic Colors of #CBA374
Black with #CBA374
Text Example
Text Example
White with #CBA374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA374; }
p { color: rgb(203,163,116); }
H1.HeaderClassName
{
color: #CBA374;
}
.AnyTagClassName
{
color: #CBA374;
}
</style>
background-color css
<style>
a { background-color: #CBA374; }
a { background-color: rgb(203,163,116); }
div.DivClassName
{
background-color: #CBA374;
}
.BgClassName
{
background-color: #CBA374;
}
</style>
border-color css
<style>
span { border-color: #CBA374; }
span { border-color: rgb(203,163,116); }
td.TdClassName
{
border-color: #CBA374;
}
.TagClassName
{
border-color: #CBA374;
}
</style>