Shades of Putty #CAAB7C
Tints of Putty #CAAB7C
RGB
CMYK
RGB Variations
Color information
#CAAB7C (or 0xCAAB7C) is known color: Putty. HEX triplet: CA, AB and 7C. RGB value is (202,171,124). Sum of RGB (Red+Green+Blue) = 202+171+124=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAB7C is #355483. Grayscale: #AFAFAF. Windows color (decimal): -3495044 or 8170442. OLE color: 8170442.
HSL color Cylindrical-coordinate representation of color #CAAB7C: hue angle of 36.15º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAAB7C is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 171 | 124 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.21 |
| HSL | 36.15º | 0.42% | 0.64% | - |
| HSV(B) | 36.15º | 0.39% | 0.79% | - |
| XYZ | 42.56 | 43.14 | 25.15 | - |
| YUV | 174.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 124 | 0 | 0.15 | 0.39 | 0.21 | 36.15 | 0.42 | 0.64 |
| Hex | CA | AB | 7C | 0 | F | 27 | 15 | 24 | 2A | 40 |
| Octal | 312 | 253 | 174 | 0 | 17 | 47 | 25 | 44 | 52 | 100 |
| Binary | 11001010 | 10101011 | 1111100 | 0 | 1111 | 100111 | 10101 | 100100 | 101010 | 1000000 |
Color Harmonies of #CAAB7C
Complementary color
Monochromatic Colors of #CAAB7C
Black with #CAAB7C
Text Example
Text Example
White with #CAAB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAB7C; }
p { color: rgb(202,171,124); }
H1.HeaderClassName
{
color: #CAAB7C;
}
.AnyTagClassName
{
color: #CAAB7C;
}
</style>
background-color css
<style>
a { background-color: #CAAB7C; }
a { background-color: rgb(202,171,124); }
div.DivClassName
{
background-color: #CAAB7C;
}
.BgClassName
{
background-color: #CAAB7C;
}
</style>
border-color css
<style>
span { border-color: #CAAB7C; }
span { border-color: rgb(202,171,124); }
td.TdClassName
{
border-color: #CAAB7C;
}
.TagClassName
{
border-color: #CAAB7C;
}
</style>