Html Css Color HEX #C0AD5E Gimblet

📋 copy color: '#C0AD5E'

red 192 ◦ green 173 ◦ blue 94

#C0AD5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gimblet #C0AD5E

Tints of Gimblet #C0AD5E

RGB

 RED value IS 192 (75.39% from 255) = 41.83%

 GREEN value IS 173 (67.97% from 255) = 37.69%

 BLUE value IS 94 (37.11% from 255) = 20.48%

R = 41.83%
G = 37.69%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0AD5E (or 0xC0AD5E) is known color: Gimblet. HEX triplet: C0, AD and 5E. RGB value is (192,173,94). Sum of RGB (Red+Green+Blue) = 192+173+94=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD5E is #3F52A1. Grayscale: #AAAAAA. Windows color (decimal): -4149922 or 6204864. OLE color: 6204864.

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

Color convert

RGB 192 173 94 -
CMYK 0 0.10 0.51 0.25
HSL 48.37º 0.44% 0.56% -
HSV(B) 48.37º 0.51% 0.75% -
XYZ 38.7 41.9 16.64 -
YUV 169.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 192 173 94 0 0.10 0.51 0.25 48.37 0.44 0.56
Hex C0 AD 5E 0 A 33 19 30 2C 38
Octal 300 255 136 0 12 63 31 60 54 70
Binary 11000000 10101101 1011110 0 1010 110011 11001 110000 101100 111000

Color Harmonies of #C0AD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD5E

Black with #C0AD5E

Text Example


Text Example

White with #C0AD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD5E; }

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

 H1.HeaderClassName
 {
   color: #C0AD5E;
 }
 .AnyTagClassName
 {
   color: #C0AD5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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