Shades of Putty #CAB26C
Tints of Putty #CAB26C
RGB
CMYK
RGB Variations
Color information
#CAB26C (or 0xCAB26C) is known color: Putty. HEX triplet: CA, B2 and 6C. RGB value is (202,178,108). Sum of RGB (Red+Green+Blue) = 202+178+108=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB26C is #354D93. Grayscale: #B1B1B1. Windows color (decimal): -3493268 or 7123658. OLE color: 7123658.
HSL color Cylindrical-coordinate representation of color #CAB26C: hue angle of 44.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAB26C is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 108 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.21 |
| HSL | 44.68º | 0.47% | 0.61% | - |
| HSV(B) | 44.68º | 0.47% | 0.79% | - |
| XYZ | 42.98 | 45.48 | 20.7 | - |
| YUV | 177.2 | 88.95 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 108 | 0 | 0.12 | 0.47 | 0.21 | 44.68 | 0.47 | 0.61 |
| Hex | CA | B2 | 6C | 0 | C | 2F | 15 | 2D | 2F | 3D |
| Octal | 312 | 262 | 154 | 0 | 14 | 57 | 25 | 55 | 57 | 75 |
| Binary | 11001010 | 10110010 | 1101100 | 0 | 1100 | 101111 | 10101 | 101101 | 101111 | 111101 |
Color Harmonies of #CAB26C
Complementary color
Monochromatic Colors of #CAB26C
Black with #CAB26C
Text Example
Text Example
White with #CAB26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB26C; }
p { color: rgb(202,178,108); }
H1.HeaderClassName
{
color: #CAB26C;
}
.AnyTagClassName
{
color: #CAB26C;
}
</style>
background-color css
<style>
a { background-color: #CAB26C; }
a { background-color: rgb(202,178,108); }
div.DivClassName
{
background-color: #CAB26C;
}
.BgClassName
{
background-color: #CAB26C;
}
</style>
border-color css
<style>
span { border-color: #CAB26C; }
span { border-color: rgb(202,178,108); }
td.TdClassName
{
border-color: #CAB26C;
}
.TagClassName
{
border-color: #CAB26C;
}
</style>