#C0AD5C

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

Shades of Gimblet #C0AD5C

Tints of Gimblet #C0AD5C

Color information

#C0AD5C (or 0xC0AD5C) is unknown color: approx Gimblet. HEX triplet: C0, AD and 5C. RGB value is (192,173,92). Sum of RGB (Red+Green+Blue) = 192+173+92=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD5C is #3F52A3. Grayscale: #A9A9A9. Windows color (decimal): -4149924 or 6073792. OLE color: 6073792.

HSL color Cylindrical-coordinate representation of color #C0AD5C: hue angle of 48.6º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0AD5C is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19217392-
CMYK00.100.520.25
HSL48.6º44.25%55.69%-
HSV(B)48.6º52.08%75.29%-
XYZ38.6141.8716.17-
YUV169.4584.29144.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.01%
GREEN value IS 173 (67.97% from 255) = 37.86%
BLUE value IS 92 (36.33% from 255) = 20.13%
R=42.01%
G=37.86%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921739200.100.520.2548.644.2555.69
HexC0AD5C0A3419312c38
Octal3002551340126431615470
Binary110000001010110110111000101011010011001110001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AD5C; }

 p { color: rgb(192,173,92); }

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

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

 a { background-color: rgb(192,173,92); }

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

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

 span { border-color: rgb(192,173,92); }

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