Html Css Color HEX #C1AF60 Gimblet

📋 copy color: '#C1AF60'

red 193 ◦ green 175 ◦ blue 96

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

Shades of Gimblet #C1AF60

Tints of Gimblet #C1AF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.69%

R = 41.59%
G = 37.72%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C1AF60 (or 0xC1AF60) is known color: Gimblet. HEX triplet: C1, AF and 60. RGB value is (193,175,96). Sum of RGB (Red+Green+Blue) = 193+175+96=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF60 is #3E509F. Grayscale: #ABABAB. Windows color (decimal): -4083872 or 6336449. OLE color: 6336449.

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

Color convert

RGB 193 175 96 -
CMYK 0 0.09 0.50 0.24
HSL 48.87º 0.44% 0.57% -
HSV(B) 48.87º 0.5% 0.76% -
XYZ 39.43 42.84 17.26 -
YUV 171.38 85.46 143.42 -
System Red Green Blue C M Y K H S L
Decimal 193 175 96 0 0.09 0.50 0.24 48.87 0.44 0.57
Hex C1 AF 60 0 9 32 18 31 2C 39
Octal 301 257 140 0 11 62 30 61 54 71
Binary 11000001 10101111 1100000 0 1001 110010 11000 110001 101100 111001

Color Harmonies of #C1AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF60

Black with #C1AF60

Text Example


Text Example

White with #C1AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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