Html Css Color HEX #C0AC64 Gimblet

📋 copy color: '#C0AC64'

red 192 ◦ green 172 ◦ blue 100

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

Shades of Gimblet #C0AC64

Tints of Gimblet #C0AC64

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.07%

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

R = 41.38%
G = 37.07%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0AC64 (or 0xC0AC64) is known color: Gimblet. HEX triplet: C0, AC and 64. RGB value is (192,172,100). Sum of RGB (Red+Green+Blue) = 192+172+100=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC64 is #3F539B. Grayscale: #AAAAAA. Windows color (decimal): -4150172 or 6597824. OLE color: 6597824.

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

Color convert

RGB 192 172 100 -
CMYK 0 0.10 0.48 0.25
HSL 46.96º 0.42% 0.57% -
HSV(B) 46.96º 0.48% 0.75% -
XYZ 38.79 41.63 18.05 -
YUV 169.77 88.63 143.85 -
System Red Green Blue C M Y K H S L
Decimal 192 172 100 0 0.10 0.48 0.25 46.96 0.42 0.57
Hex C0 AC 64 0 A 30 19 2F 2A 39
Octal 300 254 144 0 12 60 31 57 52 71
Binary 11000000 10101100 1100100 0 1010 110000 11001 101111 101010 111001

Color Harmonies of #C0AC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC64

Black with #C0AC64

Text Example


Text Example

White with #C0AC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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