Html Css Color HEX #C0AE6D Gimblet

📋 copy color: '#C0AE6D'

red 192 ◦ green 174 ◦ blue 109

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

Shades of Gimblet #C0AE6D

Tints of Gimblet #C0AE6D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.63%

 BLUE value IS 109 (42.97% from 255) = 22.95%

R = 40.42%
G = 36.63%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0AE6D (or 0xC0AE6D) is known color: Gimblet. HEX triplet: C0, AE and 6D. RGB value is (192,174,109). Sum of RGB (Red+Green+Blue) = 192+174+109=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE6D is #3F5192. Grayscale: #ACACAC. Windows color (decimal): -4149651 or 7188160. OLE color: 7188160.

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

Color convert

RGB 192 174 109 -
CMYK 0 0.09 0.43 0.25
HSL 46.99º 0.4% 0.59% -
HSV(B) 46.99º 0.43% 0.75% -
XYZ 39.63 42.58 20.6 -
YUV 171.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 192 174 109 0 0.09 0.43 0.25 46.99 0.4 0.59
Hex C0 AE 6D 0 9 2B 19 2F 28 3B
Octal 300 256 155 0 11 53 31 57 50 73
Binary 11000000 10101110 1101101 0 1001 101011 11001 101111 101000 111011

Color Harmonies of #C0AE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE6D

Black with #C0AE6D

Text Example


Text Example

White with #C0AE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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