Html Css Color HEX #C0AF62 Gimblet

📋 copy color: '#C0AF62'

red 192 ◦ green 175 ◦ blue 98

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

Shades of Gimblet #C0AF62

Tints of Gimblet #C0AF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.08%

R = 41.29%
G = 37.63%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0AF62 (or 0xC0AF62) is known color: Gimblet. HEX triplet: C0, AF and 62. RGB value is (192,175,98). Sum of RGB (Red+Green+Blue) = 192+175+98=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF62 is #3F509D. Grayscale: #ABABAB. Windows color (decimal): -4149406 or 6467520. OLE color: 6467520.

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

Color convert

RGB 192 175 98 -
CMYK 0 0.09 0.49 0.25
HSL 49.15º 0.43% 0.57% -
HSV(B) 49.15º 0.49% 0.75% -
XYZ 39.27 42.75 17.74 -
YUV 171.31 86.63 142.76 -
System Red Green Blue C M Y K H S L
Decimal 192 175 98 0 0.09 0.49 0.25 49.15 0.43 0.57
Hex C0 AF 62 0 9 31 19 31 2B 39
Octal 300 257 142 0 11 61 31 61 53 71
Binary 11000000 10101111 1100010 0 1001 110001 11001 110001 101011 111001

Color Harmonies of #C0AF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF62

Black with #C0AF62

Text Example


Text Example

White with #C0AF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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