#C0AE6A

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

Shades of Gimblet #C0AE6A

Tints of Gimblet #C0AE6A

Color information

#C0AE6A (or 0xC0AE6A) is unknown color: approx Gimblet. HEX triplet: C0, AE and 6A. RGB value is (192,174,106). Sum of RGB (Red+Green+Blue) = 192+174+106=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE6A is #3F5195. Grayscale: #ABABAB. Windows color (decimal): -4149654 or 6991552. OLE color: 6991552.

HSL color Cylindrical-coordinate representation of color #C0AE6A: hue angle of 47.44º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0AE6A is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB192174106-
CMYK00.090.450.25
HSL47.44º40.57%58.43%-
HSV(B)47.44º44.79%75.29%-
XYZ39.4842.5219.76-
YUV171.6390.96142.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.68%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 106 (41.80% from 255) = 22.46%
R=40.68%
G=36.86%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217410600.090.450.2547.4440.5758.43
HexC0AE6A092D192f293a
Octal3002561520115531575172
Binary110000001010111011010100100110110111001101111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AE6A; }

 p { color: rgb(192,174,106); }

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

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

 a { background-color: rgb(192,174,106); }

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

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

 span { border-color: rgb(192,174,106); }

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