Html Css Color HEX #C2AF61 Gimblet

📋 copy color: '#C2AF61'

red 194 ◦ green 175 ◦ blue 97

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

Shades of Gimblet #C2AF61

Tints of Gimblet #C2AF61

RGB

 RED value IS 194 (76.17% from 255) = 41.63%

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

 BLUE value IS 97 (38.28% from 255) = 20.82%

R = 41.63%
G = 37.55%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C2AF61 (or 0xC2AF61) is known color: Gimblet. HEX triplet: C2, AF and 61. RGB value is (194,175,97). Sum of RGB (Red+Green+Blue) = 194+175+97=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF61 is #3D509E. Grayscale: #ACACAC. Windows color (decimal): -4018335 or 6401986. OLE color: 6401986.

HSL color Cylindrical-coordinate representation of color #C2AF61: hue angle of 48.25º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2AF61 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 97 -
CMYK 0 0.10 0.50 0.24
HSL 48.25º 0.44% 0.57% -
HSV(B) 48.25º 0.5% 0.76% -
XYZ 39.74 42.99 17.51 -
YUV 171.79 85.79 143.84 -
System Red Green Blue C M Y K H S L
Decimal 194 175 97 0 0.10 0.50 0.24 48.25 0.44 0.57
Hex C2 AF 61 0 A 32 18 30 2C 39
Octal 302 257 141 0 12 62 30 60 54 71
Binary 11000010 10101111 1100001 0 1010 110010 11000 110000 101100 111001

Color Harmonies of #C2AF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF61

Black with #C2AF61

Text Example


Text Example

White with #C2AF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF61; }

 p { color: rgb(194,175,97); }

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

background-color css

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

 a { background-color: rgb(194,175,97); }

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

border-color css

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

 span { border-color: rgb(194,175,97); }

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