Shades of Putty #C3A574
Tints of Putty #C3A574
RGB
CMYK
RGB Variations
Color information
#C3A574 (or 0xC3A574) is known color: Putty. HEX triplet: C3, A5 and 74. RGB value is (195,165,116). Sum of RGB (Red+Green+Blue) = 195+165+116=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A574 is #3C5A8B. Grayscale: #A8A8A8. Windows color (decimal): -3955340 or 7644611. OLE color: 7644611.
HSL color Cylindrical-coordinate representation of color #C3A574: hue angle of 37.22º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C3A574 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 116 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.24 |
| HSL | 37.22º | 0.4% | 0.61% | - |
| HSV(B) | 37.22º | 0.41% | 0.76% | - |
| XYZ | 39.11 | 39.77 | 22.14 | - |
| YUV | 168.38 | 98.44 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 116 | 0 | 0.15 | 0.41 | 0.24 | 37.22 | 0.4 | 0.61 |
| Hex | C3 | A5 | 74 | 0 | F | 29 | 18 | 25 | 28 | 3D |
| Octal | 303 | 245 | 164 | 0 | 17 | 51 | 30 | 45 | 50 | 75 |
| Binary | 11000011 | 10100101 | 1110100 | 0 | 1111 | 101001 | 11000 | 100101 | 101000 | 111101 |
Color Harmonies of #C3A574
Complementary color
Monochromatic Colors of #C3A574
Black with #C3A574
Text Example
Text Example
White with #C3A574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A574; }
p { color: rgb(195,165,116); }
H1.HeaderClassName
{
color: #C3A574;
}
.AnyTagClassName
{
color: #C3A574;
}
</style>
background-color css
<style>
a { background-color: #C3A574; }
a { background-color: rgb(195,165,116); }
div.DivClassName
{
background-color: #C3A574;
}
.BgClassName
{
background-color: #C3A574;
}
</style>
border-color css
<style>
span { border-color: #C3A574; }
span { border-color: rgb(195,165,116); }
td.TdClassName
{
border-color: #C3A574;
}
.TagClassName
{
border-color: #C3A574;
}
</style>