Shades of Putty #CBAF6D
Tints of Putty #CBAF6D
RGB
CMYK
RGB Variations
Color information
#CBAF6D (or 0xCBAF6D) is known color: Putty. HEX triplet: CB, AF and 6D. RGB value is (203,175,109). Sum of RGB (Red+Green+Blue) = 203+175+109=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF6D is #345092. Grayscale: #B0B0B0. Windows color (decimal): -3428499 or 7188427. OLE color: 7188427.
HSL color Cylindrical-coordinate representation of color #CBAF6D: hue angle of 42.13º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBAF6D is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 109 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.20 |
| HSL | 42.13º | 0.47% | 0.61% | - |
| HSV(B) | 42.13º | 0.46% | 0.8% | - |
| XYZ | 42.72 | 44.46 | 20.8 | - |
| YUV | 175.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 109 | 0 | 0.14 | 0.46 | 0.20 | 42.13 | 0.47 | 0.61 |
| Hex | CB | AF | 6D | 0 | E | 2E | 14 | 2A | 2F | 3D |
| Octal | 313 | 257 | 155 | 0 | 16 | 56 | 24 | 52 | 57 | 75 |
| Binary | 11001011 | 10101111 | 1101101 | 0 | 1110 | 101110 | 10100 | 101010 | 101111 | 111101 |
Color Harmonies of #CBAF6D
Complementary color
Monochromatic Colors of #CBAF6D
Black with #CBAF6D
Text Example
Text Example
White with #CBAF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF6D; }
p { color: rgb(203,175,109); }
H1.HeaderClassName
{
color: #CBAF6D;
}
.AnyTagClassName
{
color: #CBAF6D;
}
</style>
background-color css
<style>
a { background-color: #CBAF6D; }
a { background-color: rgb(203,175,109); }
div.DivClassName
{
background-color: #CBAF6D;
}
.BgClassName
{
background-color: #CBAF6D;
}
</style>
border-color css
<style>
span { border-color: #CBAF6D; }
span { border-color: rgb(203,175,109); }
td.TdClassName
{
border-color: #CBAF6D;
}
.TagClassName
{
border-color: #CBAF6D;
}
</style>