Html Css Color HEX #C0AE6C Gimblet

📋 copy color: '#C0AE6C'

red 192 ◦ green 174 ◦ blue 108

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

Shades of Gimblet #C0AE6C

Tints of Gimblet #C0AE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.78%

R = 40.51%
G = 36.71%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0AE6C (or 0xC0AE6C) is known color: Gimblet. HEX triplet: C0, AE and 6C. RGB value is (192,174,108). Sum of RGB (Red+Green+Blue) = 192+174+108=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE6C is #3F5193. Grayscale: #ACACAC. Windows color (decimal): -4149652 or 7122624. OLE color: 7122624.

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

Color convert

RGB 192 174 108 -
CMYK 0 0.09 0.44 0.25
HSL 47.14º 0.4% 0.59% -
HSV(B) 47.14º 0.44% 0.75% -
XYZ 39.58 42.56 20.32 -
YUV 171.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 192 174 108 0 0.09 0.44 0.25 47.14 0.4 0.59
Hex C0 AE 6C 0 9 2C 19 2F 28 3B
Octal 300 256 154 0 11 54 31 57 50 73
Binary 11000000 10101110 1101100 0 1001 101100 11001 101111 101000 111011

Color Harmonies of #C0AE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE6C

Black with #C0AE6C

Text Example


Text Example

White with #C0AE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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