Html Css Color HEX #C0AE64 Gimblet

📋 copy color: '#C0AE64'

red 192 ◦ green 174 ◦ blue 100

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

Shades of Gimblet #C0AE64

Tints of Gimblet #C0AE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.46%

R = 41.2%
G = 37.34%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0AE64 (or 0xC0AE64) is known color: Gimblet. HEX triplet: C0, AE and 64. RGB value is (192,174,100). Sum of RGB (Red+Green+Blue) = 192+174+100=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE64 is #3F519B. Grayscale: #ABABAB. Windows color (decimal): -4149660 or 6598336. OLE color: 6598336.

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

Color convert

RGB 192 174 100 -
CMYK 0 0.09 0.48 0.25
HSL 48.26º 0.42% 0.57% -
HSV(B) 48.26º 0.48% 0.75% -
XYZ 39.17 42.4 18.18 -
YUV 170.95 87.96 143.02 -
System Red Green Blue C M Y K H S L
Decimal 192 174 100 0 0.09 0.48 0.25 48.26 0.42 0.57
Hex C0 AE 64 0 9 30 19 30 2A 39
Octal 300 256 144 0 11 60 31 60 52 71
Binary 11000000 10101110 1100100 0 1001 110000 11001 110000 101010 111001

Color Harmonies of #C0AE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE64

Black with #C0AE64

Text Example


Text Example

White with #C0AE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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