Html Css Color HEX #C2AF63 Gimblet

📋 copy color: '#C2AF63'

red 194 ◦ green 175 ◦ blue 99

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

Shades of Gimblet #C2AF63

Tints of Gimblet #C2AF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.15%

R = 41.45%
G = 37.39%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C2AF63 (or 0xC2AF63) is known color: Gimblet. HEX triplet: C2, AF and 63. RGB value is (194,175,99). Sum of RGB (Red+Green+Blue) = 194+175+99=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF63 is #3D509C. Grayscale: #ACACAC. Windows color (decimal): -4018333 or 6533058. OLE color: 6533058.

HSL color Cylindrical-coordinate representation of color #C2AF63: hue angle of 48º degrees, saturation: 0.44, 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 #C2AF63 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 99 -
CMYK 0 0.10 0.49 0.24
HSL 48º 0.44% 0.57% -
HSV(B) 48º 0.49% 0.76% -
XYZ 39.83 43.03 18.01 -
YUV 172.02 86.79 143.68 -
System Red Green Blue C M Y K H S L
Decimal 194 175 99 0 0.10 0.49 0.24 48 0.44 0.57
Hex C2 AF 63 0 A 31 18 30 2C 39
Octal 302 257 143 0 12 61 30 60 54 71
Binary 11000010 10101111 1100011 0 1010 110001 11000 110000 101100 111001

Color Harmonies of #C2AF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF63

Black with #C2AF63

Text Example


Text Example

White with #C2AF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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