Shades of Putty #CAB36A
Tints of Putty #CAB36A
RGB
CMYK
RGB Variations
Color information
#CAB36A (or 0xCAB36A) is known color: Putty. HEX triplet: CA, B3 and 6A. RGB value is (202,179,106). Sum of RGB (Red+Green+Blue) = 202+179+106=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB36A is #354C95. Grayscale: #B1B1B1. Windows color (decimal): -3493014 or 6992842. OLE color: 6992842.
HSL color Cylindrical-coordinate representation of color #CAB36A: hue angle of 45.62º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAB36A is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 106 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.21 |
| HSL | 45.63º | 0.48% | 0.6% | - |
| HSV(B) | 45.63º | 0.48% | 0.79% | - |
| XYZ | 43.08 | 45.84 | 20.21 | - |
| YUV | 177.56 | 87.62 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 106 | 0 | 0.11 | 0.48 | 0.21 | 45.63 | 0.48 | 0.6 |
| Hex | CA | B3 | 6A | 0 | B | 30 | 15 | 2E | 30 | 3C |
| Octal | 312 | 263 | 152 | 0 | 13 | 60 | 25 | 56 | 60 | 74 |
| Binary | 11001010 | 10110011 | 1101010 | 0 | 1011 | 110000 | 10101 | 101110 | 110000 | 111100 |
Color Harmonies of #CAB36A
Complementary color
Monochromatic Colors of #CAB36A
Black with #CAB36A
Text Example
Text Example
White with #CAB36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB36A; }
p { color: rgb(202,179,106); }
H1.HeaderClassName
{
color: #CAB36A;
}
.AnyTagClassName
{
color: #CAB36A;
}
</style>
background-color css
<style>
a { background-color: #CAB36A; }
a { background-color: rgb(202,179,106); }
div.DivClassName
{
background-color: #CAB36A;
}
.BgClassName
{
background-color: #CAB36A;
}
</style>
border-color css
<style>
span { border-color: #CAB36A; }
span { border-color: rgb(202,179,106); }
td.TdClassName
{
border-color: #CAB36A;
}
.TagClassName
{
border-color: #CAB36A;
}
</style>