Shades of Putty #CBAF7A
Tints of Putty #CBAF7A
RGB
CMYK
RGB Variations
Color information
#CBAF7A (or 0xCBAF7A) is known color: Putty. HEX triplet: CB, AF and 7A. RGB value is (203,175,122). Sum of RGB (Red+Green+Blue) = 203+175+122=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF7A is #345085. Grayscale: #B1B1B1. Windows color (decimal): -3428486 or 8040395. OLE color: 8040395.
HSL color Cylindrical-coordinate representation of color #CBAF7A: hue angle of 39.26º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBAF7A is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 122 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.20 |
| HSL | 39.26º | 0.44% | 0.64% | - |
| HSV(B) | 39.26º | 0.4% | 0.8% | - |
| XYZ | 43.47 | 44.76 | 24.76 | - |
| YUV | 177.33 | 96.78 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 122 | 0 | 0.14 | 0.40 | 0.20 | 39.26 | 0.44 | 0.64 |
| Hex | CB | AF | 7A | 0 | E | 28 | 14 | 27 | 2C | 40 |
| Octal | 313 | 257 | 172 | 0 | 16 | 50 | 24 | 47 | 54 | 100 |
| Binary | 11001011 | 10101111 | 1111010 | 0 | 1110 | 101000 | 10100 | 100111 | 101100 | 1000000 |
Color Harmonies of #CBAF7A
Complementary color
Monochromatic Colors of #CBAF7A
Black with #CBAF7A
Text Example
Text Example
White with #CBAF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF7A; }
p { color: rgb(203,175,122); }
H1.HeaderClassName
{
color: #CBAF7A;
}
.AnyTagClassName
{
color: #CBAF7A;
}
</style>
background-color css
<style>
a { background-color: #CBAF7A; }
a { background-color: rgb(203,175,122); }
div.DivClassName
{
background-color: #CBAF7A;
}
.BgClassName
{
background-color: #CBAF7A;
}
</style>
border-color css
<style>
span { border-color: #CBAF7A; }
span { border-color: rgb(203,175,122); }
td.TdClassName
{
border-color: #CBAF7A;
}
.TagClassName
{
border-color: #CBAF7A;
}
</style>