Html Css Color HEX #C1AF5F Gimblet

📋 copy color: '#C1AF5F'

red 193 ◦ green 175 ◦ blue 95

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

Shades of Gimblet #C1AF5F

Tints of Gimblet #C1AF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.52%

R = 41.68%
G = 37.8%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1AF5F (or 0xC1AF5F) is known color: Gimblet. HEX triplet: C1, AF and 5F. RGB value is (193,175,95). Sum of RGB (Red+Green+Blue) = 193+175+95=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF5F is #3E50A0. Grayscale: #ABABAB. Windows color (decimal): -4083873 or 6270913. OLE color: 6270913.

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

Color convert

RGB 193 175 95 -
CMYK 0 0.09 0.51 0.24
HSL 48.98º 0.44% 0.56% -
HSV(B) 48.98º 0.51% 0.76% -
XYZ 39.39 42.82 17.02 -
YUV 171.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 193 175 95 0 0.09 0.51 0.24 48.98 0.44 0.56
Hex C1 AF 5F 0 9 33 18 31 2C 38
Octal 301 257 137 0 11 63 30 61 54 70
Binary 11000001 10101111 1011111 0 1001 110011 11000 110001 101100 111000

Color Harmonies of #C1AF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF5F

Black with #C1AF5F

Text Example


Text Example

White with #C1AF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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