#C1AF6F

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

Shades of Putty #C1AF6F

Tints of Putty #C1AF6F

Color information

#C1AF6F (or 0xC1AF6F) is unknown color: approx Putty. HEX triplet: C1, AF and 6F. RGB value is (193,175,111). Sum of RGB (Red+Green+Blue) = 193+175+111=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF6F is #3E5090. Grayscale: #ADADAD. Windows color (decimal): -4083857 or 7319489. OLE color: 7319489.

HSL color Cylindrical-coordinate representation of color #C1AF6F: hue angle of 46.83º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1AF6F is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB193175111-
CMYK00.090.420.24
HSL46.83º39.81%59.61%-
HSV(B)46.83º42.49%75.69%-
XYZ40.1943.1521.25-
YUV173.0992.96142.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.29%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 111 (43.75% from 255) = 23.17%
R=40.29%
G=36.53%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317511100.090.420.2446.8339.8159.61
HexC1AF6F092A182f283c
Octal3012571570115230575074
Binary110000011010111111011110100110101011000101111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF6F; }

 p { color: rgb(193,175,111); }

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

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

 a { background-color: rgb(193,175,111); }

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

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

 span { border-color: rgb(193,175,111); }

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