#C1A973

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

Shades of Putty #C1A973

Tints of Putty #C1A973

Color information

#C1A973 (or 0xC1A973) is unknown color: approx Putty. HEX triplet: C1, A9 and 73. RGB value is (193,169,115). Sum of RGB (Red+Green+Blue) = 193+169+115=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A973 is #3E568C. Grayscale: #AAAAAA. Windows color (decimal): -4085389 or 7580097. OLE color: 7580097.

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

Color convert

RGB193169115-
CMYK00.120.400.24
HSL41.54º38.61%60.39%-
HSV(B)41.54º40.41%75.69%-
XYZ39.2740.9522.05-
YUV170.0296.95144.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.46%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 115 (45.31% from 255) = 24.11%
R=40.46%
G=35.43%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316911500.120.400.2441.5438.6160.39
HexC1A9730C28182a273c
Octal3012511630145030524774
Binary110000011010100111100110110010100011000101010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A973; }

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

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

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

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

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

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

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

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