#C4AF6C

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

Shades of Putty #C4AF6C

Tints of Putty #C4AF6C

Color information

#C4AF6C (or 0xC4AF6C) is unknown color: approx Putty. HEX triplet: C4, AF and 6C. RGB value is (196,175,108). Sum of RGB (Red+Green+Blue) = 196+175+108=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF6C is #3B5093. Grayscale: #ADADAD. Windows color (decimal): -3887252 or 7122884. OLE color: 7122884.

HSL color Cylindrical-coordinate representation of color #C4AF6C: hue angle of 45.68º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4AF6C is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB196175108-
CMYK00.110.450.23
HSL45.68º42.72%59.61%-
HSV(B)45.68º44.9%76.86%-
XYZ40.843.4820.43-
YUV173.6490.96143.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 108 (42.58% from 255) = 22.55%
R=40.92%
G=36.53%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617510800.110.450.2345.6842.7259.61
HexC4AF6C0B2D172e2b3c
Octal3042571540135527565374
Binary110001001010111111011000101110110110111101110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AF6C; }

 p { color: rgb(196,175,108); }

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

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

 a { background-color: rgb(196,175,108); }

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

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

 span { border-color: rgb(196,175,108); }

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