Shades of Putty #C3A678
Tints of Putty #C3A678
RGB
CMYK
RGB Variations
Color information
#C3A678 (or 0xC3A678) is known color: Putty. HEX triplet: C3, A6 and 78. RGB value is (195,166,120). Sum of RGB (Red+Green+Blue) = 195+166+120=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A678 is #3C5987. Grayscale: #A9A9A9. Windows color (decimal): -3955080 or 7907011. OLE color: 7907011.
HSL color Cylindrical-coordinate representation of color #C3A678: hue angle of 36.8º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3A678 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 120 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.24 |
| HSL | 36.8º | 0.38% | 0.62% | - |
| HSV(B) | 36.8º | 0.38% | 0.76% | - |
| XYZ | 39.53 | 40.23 | 23.45 | - |
| YUV | 169.43 | 100.11 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 120 | 0 | 0.15 | 0.38 | 0.24 | 36.8 | 0.38 | 0.62 |
| Hex | C3 | A6 | 78 | 0 | F | 26 | 18 | 25 | 26 | 3E |
| Octal | 303 | 246 | 170 | 0 | 17 | 46 | 30 | 45 | 46 | 76 |
| Binary | 11000011 | 10100110 | 1111000 | 0 | 1111 | 100110 | 11000 | 100101 | 100110 | 111110 |
Color Harmonies of #C3A678
Complementary color
Monochromatic Colors of #C3A678
Black with #C3A678
Text Example
Text Example
White with #C3A678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A678; }
p { color: rgb(195,166,120); }
H1.HeaderClassName
{
color: #C3A678;
}
.AnyTagClassName
{
color: #C3A678;
}
</style>
background-color css
<style>
a { background-color: #C3A678; }
a { background-color: rgb(195,166,120); }
div.DivClassName
{
background-color: #C3A678;
}
.BgClassName
{
background-color: #C3A678;
}
</style>
border-color css
<style>
span { border-color: #C3A678; }
span { border-color: rgb(195,166,120); }
td.TdClassName
{
border-color: #C3A678;
}
.TagClassName
{
border-color: #C3A678;
}
</style>