Shades of Putty #C3A577
Tints of Putty #C3A577
RGB
CMYK
RGB Variations
Color information
#C3A577 (or 0xC3A577) is known color: Putty. HEX triplet: C3, A5 and 77. RGB value is (195,165,119). Sum of RGB (Red+Green+Blue) = 195+165+119=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A577 is #3C5A88. Grayscale: #A8A8A8. Windows color (decimal): -3955337 or 7841219. OLE color: 7841219.
HSL color Cylindrical-coordinate representation of color #C3A577: hue angle of 36.32º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C3A577 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 119 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.24 |
| HSL | 36.32º | 0.39% | 0.62% | - |
| HSV(B) | 36.32º | 0.39% | 0.76% | - |
| XYZ | 39.29 | 39.84 | 23.07 | - |
| YUV | 168.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 119 | 0 | 0.15 | 0.39 | 0.24 | 36.32 | 0.39 | 0.62 |
| Hex | C3 | A5 | 77 | 0 | F | 27 | 18 | 24 | 27 | 3E |
| Octal | 303 | 245 | 167 | 0 | 17 | 47 | 30 | 44 | 47 | 76 |
| Binary | 11000011 | 10100101 | 1110111 | 0 | 1111 | 100111 | 11000 | 100100 | 100111 | 111110 |
Color Harmonies of #C3A577
Complementary color
Monochromatic Colors of #C3A577
Black with #C3A577
Text Example
Text Example
White with #C3A577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A577; }
p { color: rgb(195,165,119); }
H1.HeaderClassName
{
color: #C3A577;
}
.AnyTagClassName
{
color: #C3A577;
}
</style>
background-color css
<style>
a { background-color: #C3A577; }
a { background-color: rgb(195,165,119); }
div.DivClassName
{
background-color: #C3A577;
}
.BgClassName
{
background-color: #C3A577;
}
</style>
border-color css
<style>
span { border-color: #C3A577; }
span { border-color: rgb(195,165,119); }
td.TdClassName
{
border-color: #C3A577;
}
.TagClassName
{
border-color: #C3A577;
}
</style>