#C4AD75

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

Shades of Putty #C4AD75

Tints of Putty #C4AD75

Color information

#C4AD75 (or 0xC4AD75) is unknown color: approx Putty. HEX triplet: C4, AD and 75. RGB value is (196,173,117). Sum of RGB (Red+Green+Blue) = 196+173+117=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD75 is #3B528A. Grayscale: #ADADAD. Windows color (decimal): -3887755 or 7712196. OLE color: 7712196.

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

Color convert

RGB196173117-
CMYK00.120.400.23
HSL42.53º40.1%61.37%-
HSV(B)42.53º40.31%76.86%-
XYZ40.9242.9122.95-
YUV173.4996.12144.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.33%
GREEN value IS 173 (67.97% from 255) = 35.60%
BLUE value IS 117 (46.09% from 255) = 24.07%
R=40.33%
G=35.60%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617311700.120.400.2342.5340.161.37
HexC4AD750C28172b283d
Octal3042551650145027535075
Binary110001001010110111101010110010100010111101011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD75; }

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

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

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

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

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

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

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

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