Shades of Putty #CAB574
Tints of Putty #CAB574
RGB
CMYK
RGB Variations
Color information
#CAB574 (or 0xCAB574) is known color: Putty. HEX triplet: CA, B5 and 74. RGB value is (202,181,116). Sum of RGB (Red+Green+Blue) = 202+181+116=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB574 is #354A8B. Grayscale: #B4B4B4. Windows color (decimal): -3492492 or 7648714. OLE color: 7648714.
HSL color Cylindrical-coordinate representation of color #CAB574: hue angle of 45.35º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAB574 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 116 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.21 |
| HSL | 45.35º | 0.45% | 0.62% | - |
| HSV(B) | 45.35º | 0.43% | 0.79% | - |
| XYZ | 44.03 | 46.87 | 23.25 | - |
| YUV | 179.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 116 | 0 | 0.10 | 0.43 | 0.21 | 45.35 | 0.45 | 0.62 |
| Hex | CA | B5 | 74 | 0 | A | 2B | 15 | 2D | 2D | 3E |
| Octal | 312 | 265 | 164 | 0 | 12 | 53 | 25 | 55 | 55 | 76 |
| Binary | 11001010 | 10110101 | 1110100 | 0 | 1010 | 101011 | 10101 | 101101 | 101101 | 111110 |
Color Harmonies of #CAB574
Complementary color
Monochromatic Colors of #CAB574
Black with #CAB574
Text Example
Text Example
White with #CAB574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB574; }
p { color: rgb(202,181,116); }
H1.HeaderClassName
{
color: #CAB574;
}
.AnyTagClassName
{
color: #CAB574;
}
</style>
background-color css
<style>
a { background-color: #CAB574; }
a { background-color: rgb(202,181,116); }
div.DivClassName
{
background-color: #CAB574;
}
.BgClassName
{
background-color: #CAB574;
}
</style>
border-color css
<style>
span { border-color: #CAB574; }
span { border-color: rgb(202,181,116); }
td.TdClassName
{
border-color: #CAB574;
}
.TagClassName
{
border-color: #CAB574;
}
</style>