Shades of Putty #CBAF78
Tints of Putty #CBAF78
RGB
CMYK
RGB Variations
Color information
#CBAF78 (or 0xCBAF78) is known color: Putty. HEX triplet: CB, AF and 78. RGB value is (203,175,120). Sum of RGB (Red+Green+Blue) = 203+175+120=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF78 is #345087. Grayscale: #B1B1B1. Windows color (decimal): -3428488 or 7909323. OLE color: 7909323.
HSL color Cylindrical-coordinate representation of color #CBAF78: hue angle of 39.76º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBAF78 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 120 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.20 |
| HSL | 39.76º | 0.44% | 0.63% | - |
| HSV(B) | 39.76º | 0.41% | 0.8% | - |
| XYZ | 43.35 | 44.71 | 24.11 | - |
| YUV | 177.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 120 | 0 | 0.14 | 0.41 | 0.20 | 39.76 | 0.44 | 0.63 |
| Hex | CB | AF | 78 | 0 | E | 29 | 14 | 28 | 2C | 3F |
| Octal | 313 | 257 | 170 | 0 | 16 | 51 | 24 | 50 | 54 | 77 |
| Binary | 11001011 | 10101111 | 1111000 | 0 | 1110 | 101001 | 10100 | 101000 | 101100 | 111111 |
Color Harmonies of #CBAF78
Complementary color
Monochromatic Colors of #CBAF78
Black with #CBAF78
Text Example
Text Example
White with #CBAF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF78; }
p { color: rgb(203,175,120); }
H1.HeaderClassName
{
color: #CBAF78;
}
.AnyTagClassName
{
color: #CBAF78;
}
</style>
background-color css
<style>
a { background-color: #CBAF78; }
a { background-color: rgb(203,175,120); }
div.DivClassName
{
background-color: #CBAF78;
}
.BgClassName
{
background-color: #CBAF78;
}
</style>
border-color css
<style>
span { border-color: #CBAF78; }
span { border-color: rgb(203,175,120); }
td.TdClassName
{
border-color: #CBAF78;
}
.TagClassName
{
border-color: #CBAF78;
}
</style>