Html Css Color HEX #C0AE5C Gimblet

📋 copy color: '#C0AE5C'

red 192 ◦ green 174 ◦ blue 92

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

Shades of Gimblet #C0AE5C

Tints of Gimblet #C0AE5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.09%

R = 41.92%
G = 37.99%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0AE5C (or 0xC0AE5C) is known color: Gimblet. HEX triplet: C0, AE and 5C. RGB value is (192,174,92). Sum of RGB (Red+Green+Blue) = 192+174+92=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE5C is #3F51A3. Grayscale: #AAAAAA. Windows color (decimal): -4149668 or 6074048. OLE color: 6074048.

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

Color convert

RGB 192 174 92 -
CMYK 0 0.09 0.52 0.25
HSL 49.2º 0.44% 0.56% -
HSV(B) 49.2º 0.52% 0.75% -
XYZ 38.81 42.25 16.24 -
YUV 170.03 83.96 143.67 -
System Red Green Blue C M Y K H S L
Decimal 192 174 92 0 0.09 0.52 0.25 49.2 0.44 0.56
Hex C0 AE 5C 0 9 34 19 31 2C 38
Octal 300 256 134 0 11 64 31 61 54 70
Binary 11000000 10101110 1011100 0 1001 110100 11001 110001 101100 111000

Color Harmonies of #C0AE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE5C

Black with #C0AE5C

Text Example


Text Example

White with #C0AE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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