Html Css Color HEX #C0AE5D Gimblet

📋 copy color: '#C0AE5D'

red 192 ◦ green 174 ◦ blue 93

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

Shades of Gimblet #C0AE5D

Tints of Gimblet #C0AE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.26%

R = 41.83%
G = 37.91%
B = 20.26%

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

#C0AE5D (or 0xC0AE5D) is known color: Gimblet. HEX triplet: C0, AE and 5D. RGB value is (192,174,93). Sum of RGB (Red+Green+Blue) = 192+174+93=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE5D is #3F51A2. Grayscale: #AAAAAA. Windows color (decimal): -4149667 or 6139584. OLE color: 6139584.

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

Color convert

RGB 192 174 93 -
CMYK 0 0.09 0.52 0.25
HSL 49.09º 0.44% 0.56% -
HSV(B) 49.09º 0.52% 0.75% -
XYZ 38.85 42.27 16.47 -
YUV 170.15 84.46 143.59 -
System Red Green Blue C M Y K H S L
Decimal 192 174 93 0 0.09 0.52 0.25 49.09 0.44 0.56
Hex C0 AE 5D 0 9 34 19 31 2C 38
Octal 300 256 135 0 11 64 31 61 54 70
Binary 11000000 10101110 1011101 0 1001 110100 11001 110001 101100 111000

Color Harmonies of #C0AE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE5D

Black with #C0AE5D

Text Example


Text Example

White with #C0AE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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