Shades of Putty #CAB36D
Tints of Putty #CAB36D
RGB
CMYK
RGB Variations
Color information
#CAB36D (or 0xCAB36D) is known color: Putty. HEX triplet: CA, B3 and 6D. RGB value is (202,179,109). Sum of RGB (Red+Green+Blue) = 202+179+109=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB36D is #354C92. Grayscale: #B2B2B2. Windows color (decimal): -3493011 or 7189450. OLE color: 7189450.
HSL color Cylindrical-coordinate representation of color #CAB36D: hue angle of 45.16º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAB36D is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 109 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.21 |
| HSL | 45.16º | 0.47% | 0.61% | - |
| HSV(B) | 45.16º | 0.46% | 0.79% | - |
| XYZ | 43.24 | 45.9 | 21.05 | - |
| YUV | 177.9 | 89.12 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 109 | 0 | 0.11 | 0.46 | 0.21 | 45.16 | 0.47 | 0.61 |
| Hex | CA | B3 | 6D | 0 | B | 2E | 15 | 2D | 2F | 3D |
| Octal | 312 | 263 | 155 | 0 | 13 | 56 | 25 | 55 | 57 | 75 |
| Binary | 11001010 | 10110011 | 1101101 | 0 | 1011 | 101110 | 10101 | 101101 | 101111 | 111101 |
Color Harmonies of #CAB36D
Complementary color
Monochromatic Colors of #CAB36D
Black with #CAB36D
Text Example
Text Example
White with #CAB36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB36D; }
p { color: rgb(202,179,109); }
H1.HeaderClassName
{
color: #CAB36D;
}
.AnyTagClassName
{
color: #CAB36D;
}
</style>
background-color css
<style>
a { background-color: #CAB36D; }
a { background-color: rgb(202,179,109); }
div.DivClassName
{
background-color: #CAB36D;
}
.BgClassName
{
background-color: #CAB36D;
}
</style>
border-color css
<style>
span { border-color: #CAB36D; }
span { border-color: rgb(202,179,109); }
td.TdClassName
{
border-color: #CAB36D;
}
.TagClassName
{
border-color: #CAB36D;
}
</style>