#C3A870

Color #C3A870 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #C3A870

Tints of Putty #C3A870

Color information

#C3A870 (or 0xC3A870) is unknown color: approx Putty. HEX triplet: C3, A8 and 70. RGB value is (195,168,112). Sum of RGB (Red+Green+Blue) = 195+168+112=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A870 is #3C578F. Grayscale: #A9A9A9. Windows color (decimal): -3954576 or 7383235. OLE color: 7383235.

HSL color Cylindrical-coordinate representation of color #C3A870: hue angle of 40.48º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3A870 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB195168112-
CMYK00.140.430.24
HSL40.48º40.89%60.2%-
HSV(B)40.48º42.56%76.47%-
XYZ39.4340.7821.12-
YUV169.6995.45146.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 41.05%
GREEN value IS 168 (66.02% from 255) = 35.37%
BLUE value IS 112 (44.14% from 255) = 23.58%
R=41.05%
G=35.37%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516811200.140.430.2440.4840.8960.2
HexC3A8700E2B1828293c
Octal3032501600165330505174
Binary110000111010100011100000111010101111000101000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A870; }

 p { color: rgb(195,168,112); }

 H1.HeaderClassName
 {
   color: #C3A870;
 }
 .AnyTagClassName
 {
   color: #C3A870;
 }
</style>
background-color css

<style>
 a { background-color: #C3A870; }

 a { background-color: rgb(195,168,112); }

 div.DivClassName
 {
   background-color: #C3A870;
 }
 .BgClassName
 {
   background-color: #C3A870;
 }
</style>
border-color css

<style>
 span { border-color: #C3A870; }

 span { border-color: rgb(195,168,112); }

 td.TdClassName
 {
   border-color: #C3A870;
 }
 .TagClassName
 {
   border-color: #C3A870;
 }
</style>