#C3A977

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

Shades of Putty #C3A977

Tints of Putty #C3A977

Color information

#C3A977 (or 0xC3A977) is unknown color: approx Putty. HEX triplet: C3, A9 and 77. RGB value is (195,169,119). Sum of RGB (Red+Green+Blue) = 195+169+119=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A977 is #3C5688. Grayscale: #ABABAB. Windows color (decimal): -3954313 or 7842243. OLE color: 7842243.

HSL color Cylindrical-coordinate representation of color #C3A977: hue angle of 39.47º 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 #C3A977 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB195169119-
CMYK00.130.390.24
HSL39.47º38.78%61.57%-
HSV(B)39.47º38.97%76.47%-
XYZ40.0241.3123.32-
YUV171.0798.61145.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 169 (66.41% from 255) = 34.99%
BLUE value IS 119 (46.88% from 255) = 24.64%
R=40.37%
G=34.99%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516911900.130.390.2439.4738.7861.57
HexC3A9770D271827273e
Octal3032511670154730474776
Binary110000111010100111101110110110011111000100111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A977; }

 p { color: rgb(195,169,119); }

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

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

 a { background-color: rgb(195,169,119); }

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

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

 span { border-color: rgb(195,169,119); }

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