Html Css Color HEX #C0AF64 Gimblet

📋 copy color: '#C0AF64'

red 192 ◦ green 175 ◦ blue 100

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

Shades of Gimblet #C0AF64

Tints of Gimblet #C0AF64

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.47%

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

R = 41.11%
G = 37.47%
B = 21.41%

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

#C0AF64 (or 0xC0AF64) is known color: Gimblet. HEX triplet: C0, AF and 64. RGB value is (192,175,100). Sum of RGB (Red+Green+Blue) = 192+175+100=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF64 is #3F509B. Grayscale: #ABABAB. Windows color (decimal): -4149404 or 6598592. OLE color: 6598592.

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

Color convert

RGB 192 175 100 -
CMYK 0 0.09 0.48 0.25
HSL 48.91º 0.42% 0.57% -
HSV(B) 48.91º 0.48% 0.75% -
XYZ 39.37 42.79 18.24 -
YUV 171.53 87.63 142.6 -
System Red Green Blue C M Y K H S L
Decimal 192 175 100 0 0.09 0.48 0.25 48.91 0.42 0.57
Hex C0 AF 64 0 9 30 19 31 2A 39
Octal 300 257 144 0 11 60 31 61 52 71
Binary 11000000 10101111 1100100 0 1001 110000 11001 110001 101010 111001

Color Harmonies of #C0AF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF64

Black with #C0AF64

Text Example


Text Example

White with #C0AF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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