#C4A875

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

Shades of Putty #C4A875

Tints of Putty #C4A875

Color information

#C4A875 (or 0xC4A875) is unknown color: approx Putty. HEX triplet: C4, A8 and 75. RGB value is (196,168,117). Sum of RGB (Red+Green+Blue) = 196+168+117=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A875 is #3B578A. Grayscale: #AAAAAA. Windows color (decimal): -3889035 or 7710916. OLE color: 7710916.

HSL color Cylindrical-coordinate representation of color #C4A875: hue angle of 38.73º 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 #C4A875 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB196168117-
CMYK00.140.400.23
HSL38.73º40.1%61.37%-
HSV(B)38.73º40.31%76.86%-
XYZ39.9841.0322.64-
YUV170.5697.78146.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.75%
GREEN value IS 168 (66.02% from 255) = 34.93%
BLUE value IS 117 (46.09% from 255) = 24.32%
R=40.75%
G=34.93%
B=24.32%

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
Decimal19616811700.140.400.2338.7340.161.37
HexC4A8750E281727283d
Octal3042501650165027475075
Binary110001001010100011101010111010100010111100111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A875; }

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

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

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

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

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

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

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

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