#C1A679

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

Shades of Putty #C1A679

Tints of Putty #C1A679

Color information

#C1A679 (or 0xC1A679) is unknown color: approx Putty. HEX triplet: C1, A6 and 79. RGB value is (193,166,121). Sum of RGB (Red+Green+Blue) = 193+166+121=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A679 is #3E5986. Grayscale: #A9A9A9. Windows color (decimal): -4086151 or 7972545. OLE color: 7972545.

HSL color Cylindrical-coordinate representation of color #C1A679: hue angle of 37.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1A679 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB193166121-
CMYK00.140.370.24
HSL37.5º36.73%61.57%-
HSV(B)37.5º37.31%75.69%-
XYZ39.0839.9923.75-
YUV168.94100.95145.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.21%
GREEN value IS 166 (65.23% from 255) = 34.58%
BLUE value IS 121 (47.66% from 255) = 25.21%
R=40.21%
G=34.58%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316612100.140.370.2437.536.7361.57
HexC1A6790E251826253e
Octal3012461710164530464576
Binary110000011010011011110010111010010111000100110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A679; }

 p { color: rgb(193,166,121); }

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

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

 a { background-color: rgb(193,166,121); }

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

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

 span { border-color: rgb(193,166,121); }

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