Shades of Putty #CBAA6C
Tints of Putty #CBAA6C
RGB
CMYK
RGB Variations
Color information
#CBAA6C (or 0xCBAA6C) is known color: Putty. HEX triplet: CB, AA and 6C. RGB value is (203,170,108). Sum of RGB (Red+Green+Blue) = 203+170+108=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAA6C is #345593. Grayscale: #ADADAD. Windows color (decimal): -3429780 or 7121611. OLE color: 7121611.
HSL color Cylindrical-coordinate representation of color #CBAA6C: hue angle of 39.16º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBAA6C is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 108 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.20 |
| HSL | 39.16º | 0.48% | 0.61% | - |
| HSV(B) | 39.16º | 0.47% | 0.8% | - |
| XYZ | 41.71 | 42.53 | 20.2 | - |
| YUV | 172.8 | 91.43 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 108 | 0 | 0.16 | 0.47 | 0.20 | 39.16 | 0.48 | 0.61 |
| Hex | CB | AA | 6C | 0 | 10 | 2F | 14 | 27 | 30 | 3D |
| Octal | 313 | 252 | 154 | 0 | 20 | 57 | 24 | 47 | 60 | 75 |
| Binary | 11001011 | 10101010 | 1101100 | 0 | 10000 | 101111 | 10100 | 100111 | 110000 | 111101 |
Color Harmonies of #CBAA6C
Complementary color
Monochromatic Colors of #CBAA6C
Black with #CBAA6C
Text Example
Text Example
White with #CBAA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAA6C; }
p { color: rgb(203,170,108); }
H1.HeaderClassName
{
color: #CBAA6C;
}
.AnyTagClassName
{
color: #CBAA6C;
}
</style>
background-color css
<style>
a { background-color: #CBAA6C; }
a { background-color: rgb(203,170,108); }
div.DivClassName
{
background-color: #CBAA6C;
}
.BgClassName
{
background-color: #CBAA6C;
}
</style>
border-color css
<style>
span { border-color: #CBAA6C; }
span { border-color: rgb(203,170,108); }
td.TdClassName
{
border-color: #CBAA6C;
}
.TagClassName
{
border-color: #CBAA6C;
}
</style>