Shades of Putty #CAB275
Tints of Putty #CAB275
RGB
CMYK
RGB Variations
Color information
#CAB275 (or 0xCAB275) is known color: Putty. HEX triplet: CA, B2 and 75. RGB value is (202,178,117). Sum of RGB (Red+Green+Blue) = 202+178+117=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB275 is #354D8A. Grayscale: #B2B2B2. Windows color (decimal): -3493259 or 7713482. OLE color: 7713482.
HSL color Cylindrical-coordinate representation of color #CAB275: hue angle of 43.06º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAB275 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 117 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.21 |
| HSL | 43.06º | 0.45% | 0.63% | - |
| HSV(B) | 43.06º | 0.42% | 0.79% | - |
| XYZ | 43.49 | 45.68 | 23.35 | - |
| YUV | 178.22 | 93.45 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 117 | 0 | 0.12 | 0.42 | 0.21 | 43.06 | 0.45 | 0.63 |
| Hex | CA | B2 | 75 | 0 | C | 2A | 15 | 2B | 2D | 3F |
| Octal | 312 | 262 | 165 | 0 | 14 | 52 | 25 | 53 | 55 | 77 |
| Binary | 11001010 | 10110010 | 1110101 | 0 | 1100 | 101010 | 10101 | 101011 | 101101 | 111111 |
Color Harmonies of #CAB275
Complementary color
Monochromatic Colors of #CAB275
Black with #CAB275
Text Example
Text Example
White with #CAB275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB275; }
p { color: rgb(202,178,117); }
H1.HeaderClassName
{
color: #CAB275;
}
.AnyTagClassName
{
color: #CAB275;
}
</style>
background-color css
<style>
a { background-color: #CAB275; }
a { background-color: rgb(202,178,117); }
div.DivClassName
{
background-color: #CAB275;
}
.BgClassName
{
background-color: #CAB275;
}
</style>
border-color css
<style>
span { border-color: #CAB275; }
span { border-color: rgb(202,178,117); }
td.TdClassName
{
border-color: #CAB275;
}
.TagClassName
{
border-color: #CAB275;
}
</style>