Html Css Color HEX #C0AE63 Gimblet

📋 copy color: '#C0AE63'

red 192 ◦ green 174 ◦ blue 99

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

Shades of Gimblet #C0AE63

Tints of Gimblet #C0AE63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.29%

R = 41.29%
G = 37.42%
B = 21.29%

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

#C0AE63 (or 0xC0AE63) is known color: Gimblet. HEX triplet: C0, AE and 63. RGB value is (192,174,99). Sum of RGB (Red+Green+Blue) = 192+174+99=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE63 is #3F519C. Grayscale: #ABABAB. Windows color (decimal): -4149661 or 6532800. OLE color: 6532800.

HSL color Cylindrical-coordinate representation of color #C0AE63: hue angle of 48.39º 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 #C0AE63 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 174 99 -
CMYK 0 0.09 0.48 0.25
HSL 48.39º 0.42% 0.57% -
HSV(B) 48.39º 0.48% 0.75% -
XYZ 39.13 42.38 17.92 -
YUV 170.83 87.46 143.1 -
System Red Green Blue C M Y K H S L
Decimal 192 174 99 0 0.09 0.48 0.25 48.39 0.42 0.57
Hex C0 AE 63 0 9 30 19 30 2A 39
Octal 300 256 143 0 11 60 31 60 52 71
Binary 11000000 10101110 1100011 0 1001 110000 11001 110000 101010 111001

Color Harmonies of #C0AE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE63

Black with #C0AE63

Text Example


Text Example

White with #C0AE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE63; }

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

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

background-color css

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

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

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

border-color css

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

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

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