Shades of Putty #CBAA67
Tints of Putty #CBAA67
RGB
CMYK
RGB Variations
Color information
#CBAA67 (or 0xCBAA67) is known color: Putty. HEX triplet: CB, AA and 67. RGB value is (203,170,103). Sum of RGB (Red+Green+Blue) = 203+170+103=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAA67 is #345598. Grayscale: #ACACAC. Windows color (decimal): -3429785 or 6793931. OLE color: 6793931.
HSL color Cylindrical-coordinate representation of color #CBAA67: hue angle of 40.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBAA67 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 103 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.20 |
| HSL | 40.2º | 0.49% | 0.6% | - |
| HSV(B) | 40.2º | 0.49% | 0.8% | - |
| XYZ | 41.45 | 42.43 | 18.84 | - |
| YUV | 172.23 | 88.93 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 103 | 0 | 0.16 | 0.49 | 0.20 | 40.2 | 0.49 | 0.6 |
| Hex | CB | AA | 67 | 0 | 10 | 31 | 14 | 28 | 31 | 3C |
| Octal | 313 | 252 | 147 | 0 | 20 | 61 | 24 | 50 | 61 | 74 |
| Binary | 11001011 | 10101010 | 1100111 | 0 | 10000 | 110001 | 10100 | 101000 | 110001 | 111100 |
Color Harmonies of #CBAA67
Complementary color
Monochromatic Colors of #CBAA67
Black with #CBAA67
Text Example
Text Example
White with #CBAA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAA67; }
p { color: rgb(203,170,103); }
H1.HeaderClassName
{
color: #CBAA67;
}
.AnyTagClassName
{
color: #CBAA67;
}
</style>
background-color css
<style>
a { background-color: #CBAA67; }
a { background-color: rgb(203,170,103); }
div.DivClassName
{
background-color: #CBAA67;
}
.BgClassName
{
background-color: #CBAA67;
}
</style>
border-color css
<style>
span { border-color: #CBAA67; }
span { border-color: rgb(203,170,103); }
td.TdClassName
{
border-color: #CBAA67;
}
.TagClassName
{
border-color: #CBAA67;
}
</style>