Html Css Color HEX #C1AF62 Gimblet

📋 copy color: '#C1AF62'

red 193 ◦ green 175 ◦ blue 98

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

Shades of Gimblet #C1AF62

Tints of Gimblet #C1AF62

RGB

 RED value IS 193 (75.78% from 255) = 41.42%

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

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

R = 41.42%
G = 37.55%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C1AF62 (or 0xC1AF62) is known color: Gimblet. HEX triplet: C1, AF and 62. RGB value is (193,175,98). Sum of RGB (Red+Green+Blue) = 193+175+98=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF62 is #3E509D. Grayscale: #ABABAB. Windows color (decimal): -4083870 or 6467521. OLE color: 6467521.

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

Color convert

RGB 193 175 98 -
CMYK 0 0.09 0.49 0.24
HSL 48.63º 0.43% 0.57% -
HSV(B) 48.63º 0.49% 0.76% -
XYZ 39.53 42.88 17.75 -
YUV 171.6 86.46 143.26 -
System Red Green Blue C M Y K H S L
Decimal 193 175 98 0 0.09 0.49 0.24 48.63 0.43 0.57
Hex C1 AF 62 0 9 31 18 31 2B 39
Octal 301 257 142 0 11 61 30 61 53 71
Binary 11000001 10101111 1100010 0 1001 110001 11000 110001 101011 111001

Color Harmonies of #C1AF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF62

Black with #C1AF62

Text Example


Text Example

White with #C1AF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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