#C1AF69

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

Shades of Gimblet #C1AF69

Tints of Gimblet #C1AF69

Color information

#C1AF69 (or 0xC1AF69) is unknown color: approx Gimblet. HEX triplet: C1, AF and 69. RGB value is (193,175,105). Sum of RGB (Red+Green+Blue) = 193+175+105=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF69 is #3E5096. Grayscale: #ACACAC. Windows color (decimal): -4083863 or 6926273. OLE color: 6926273.

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

Color convert

RGB193175105-
CMYK00.090.460.24
HSL47.73º41.51%58.43%-
HSV(B)47.73º45.6%75.69%-
XYZ39.8743.0219.57-
YUV172.489.96142.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 175 (68.75% from 255) = 37.00%
BLUE value IS 105 (41.41% from 255) = 22.20%
R=40.80%
G=37.00%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317510500.090.460.2447.7341.5158.43
HexC1AF69092E18302a3a
Octal3012571510115630605272
Binary110000011010111111010010100110111011000110000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF69; }

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

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

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

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

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

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

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

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