#C4A975

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

Shades of Putty #C4A975

Tints of Putty #C4A975

Color information

#C4A975 (or 0xC4A975) is unknown color: approx Putty. HEX triplet: C4, A9 and 75. RGB value is (196,169,117). Sum of RGB (Red+Green+Blue) = 196+169+117=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A975 is #3B568A. Grayscale: #ABABAB. Windows color (decimal): -3888779 or 7711172. OLE color: 7711172.

HSL color Cylindrical-coordinate representation of color #C4A975: hue angle of 39.49º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4A975 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB196169117-
CMYK00.140.400.23
HSL39.49º40.1%61.37%-
HSV(B)39.49º40.31%76.86%-
XYZ40.1641.422.7-
YUV171.1497.45145.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=40.66%
G=35.06%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616911700.140.400.2339.4940.161.37
HexC4A9750E281727283d
Octal3042511650165027475075
Binary110001001010100111101010111010100010111100111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A975; }

 p { color: rgb(196,169,117); }

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

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

 a { background-color: rgb(196,169,117); }

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

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

 span { border-color: rgb(196,169,117); }

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