Html Css Color HEX #C0AE6A Gimblet

📋 copy color: '#C0AE6A'

red 192 ◦ green 174 ◦ blue 106

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

Shades of Gimblet #C0AE6A

Tints of Gimblet #C0AE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.46%

R = 40.68%
G = 36.86%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0AE6A (or 0xC0AE6A) is known color: Gimblet. HEX triplet: C0, AE and 6A. RGB value is (192,174,106). Sum of RGB (Red+Green+Blue) = 192+174+106=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE6A is #3F5195. Grayscale: #ABABAB. Windows color (decimal): -4149654 or 6991552. OLE color: 6991552.

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

Color convert

RGB 192 174 106 -
CMYK 0 0.09 0.45 0.25
HSL 47.44º 0.41% 0.58% -
HSV(B) 47.44º 0.45% 0.75% -
XYZ 39.48 42.52 19.76 -
YUV 171.63 90.96 142.53 -
System Red Green Blue C M Y K H S L
Decimal 192 174 106 0 0.09 0.45 0.25 47.44 0.41 0.58
Hex C0 AE 6A 0 9 2D 19 2F 29 3A
Octal 300 256 152 0 11 55 31 57 51 72
Binary 11000000 10101110 1101010 0 1001 101101 11001 101111 101001 111010

Color Harmonies of #C0AE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE6A

Black with #C0AE6A

Text Example


Text Example

White with #C0AE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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