#C1A970

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

Shades of Putty #C1A970

Tints of Putty #C1A970

Color information

#C1A970 (or 0xC1A970) is unknown color: approx Putty. HEX triplet: C1, A9 and 70. RGB value is (193,169,112). Sum of RGB (Red+Green+Blue) = 193+169+112=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A970 is #3E568F. Grayscale: #A9A9A9. Windows color (decimal): -4085392 or 7383489. OLE color: 7383489.

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

Color convert

RGB193169112-
CMYK00.120.420.24
HSL42.22º39.51%59.8%-
HSV(B)42.22º41.97%75.69%-
XYZ39.140.8821.16-
YUV169.6895.45144.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.72%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 112 (44.14% from 255) = 23.63%
R=40.72%
G=35.65%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316911200.120.420.2442.2239.5159.8
HexC1A9700C2A182a283c
Octal3012511600145230525074
Binary110000011010100111100000110010101011000101010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A970; }

 p { color: rgb(193,169,112); }

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

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

 a { background-color: rgb(193,169,112); }

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

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

 span { border-color: rgb(193,169,112); }

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