Html Css Color HEX #C1AF63 Gimblet

📋 copy color: '#C1AF63'

red 193 ◦ green 175 ◦ blue 99

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

Shades of Gimblet #C1AF63

Tints of Gimblet #C1AF63

RGB

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

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

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

R = 41.33%
G = 37.47%
B = 21.2%

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

#C1AF63 (or 0xC1AF63) is known color: Gimblet. HEX triplet: C1, AF and 63. RGB value is (193,175,99). Sum of RGB (Red+Green+Blue) = 193+175+99=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF63 is #3E509C. Grayscale: #ACACAC. Windows color (decimal): -4083869 or 6533057. OLE color: 6533057.

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

Color convert

RGB 193 175 99 -
CMYK 0 0.09 0.49 0.24
HSL 48.51º 0.43% 0.57% -
HSV(B) 48.51º 0.49% 0.76% -
XYZ 39.57 42.9 18 -
YUV 171.72 86.96 143.18 -
System Red Green Blue C M Y K H S L
Decimal 193 175 99 0 0.09 0.49 0.24 48.51 0.43 0.57
Hex C1 AF 63 0 9 31 18 31 2B 39
Octal 301 257 143 0 11 61 30 61 53 71
Binary 11000001 10101111 1100011 0 1001 110001 11000 110001 101011 111001

Color Harmonies of #C1AF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF63

Black with #C1AF63

Text Example


Text Example

White with #C1AF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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