#C1AB6E

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

Shades of Putty #C1AB6E

Tints of Putty #C1AB6E

Color information

#C1AB6E (or 0xC1AB6E) is unknown color: approx Putty. HEX triplet: C1, AB and 6E. RGB value is (193,171,110). Sum of RGB (Red+Green+Blue) = 193+171+110=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AB6E is #3E5491. Grayscale: #AAAAAA. Windows color (decimal): -4084882 or 7252929. OLE color: 7252929.

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

Color convert

RGB193171110-
CMYK00.110.430.24
HSL44.1º40.1%59.41%-
HSV(B)44.1º43.01%75.69%-
XYZ39.3741.5920.7-
YUV170.6293.79143.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.72%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 110 (43.36% from 255) = 23.21%
R=40.72%
G=36.08%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317111000.110.430.2444.140.159.41
HexC1AB6E0B2B182c283b
Octal3012531560135330545073
Binary110000011010101111011100101110101111000101100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AB6E; }

 p { color: rgb(193,171,110); }

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

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

 a { background-color: rgb(193,171,110); }

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

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

 span { border-color: rgb(193,171,110); }

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