Shades of Putty #CBAA7B
Tints of Putty #CBAA7B
RGB
CMYK
RGB Variations
Color information
#CBAA7B (or 0xCBAA7B) is known color: Putty. HEX triplet: CB, AA and 7B. RGB value is (203,170,123). Sum of RGB (Red+Green+Blue) = 203+170+123=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAA7B is #345584. Grayscale: #AEAEAE. Windows color (decimal): -3429765 or 8104651. OLE color: 8104651.
HSL color Cylindrical-coordinate representation of color #CBAA7B: hue angle of 35.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBAA7B is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 123 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.20 |
| HSL | 35.25º | 0.43% | 0.64% | - |
| HSV(B) | 35.25º | 0.39% | 0.8% | - |
| XYZ | 42.58 | 42.88 | 24.77 | - |
| YUV | 174.51 | 98.93 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 123 | 0 | 0.16 | 0.39 | 0.20 | 35.25 | 0.43 | 0.64 |
| Hex | CB | AA | 7B | 0 | 10 | 27 | 14 | 23 | 2B | 40 |
| Octal | 313 | 252 | 173 | 0 | 20 | 47 | 24 | 43 | 53 | 100 |
| Binary | 11001011 | 10101010 | 1111011 | 0 | 10000 | 100111 | 10100 | 100011 | 101011 | 1000000 |
Color Harmonies of #CBAA7B
Complementary color
Monochromatic Colors of #CBAA7B
Black with #CBAA7B
Text Example
Text Example
White with #CBAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAA7B; }
p { color: rgb(203,170,123); }
H1.HeaderClassName
{
color: #CBAA7B;
}
.AnyTagClassName
{
color: #CBAA7B;
}
</style>
background-color css
<style>
a { background-color: #CBAA7B; }
a { background-color: rgb(203,170,123); }
div.DivClassName
{
background-color: #CBAA7B;
}
.BgClassName
{
background-color: #CBAA7B;
}
</style>
border-color css
<style>
span { border-color: #CBAA7B; }
span { border-color: rgb(203,170,123); }
td.TdClassName
{
border-color: #CBAA7B;
}
.TagClassName
{
border-color: #CBAA7B;
}
</style>