Html Css Color HEX #C1AF59 Gimblet

📋 copy color: '#C1AF59'

red 193 ◦ green 175 ◦ blue 89

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

Shades of Gimblet #C1AF59

Tints of Gimblet #C1AF59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.47%

R = 42.23%
G = 38.29%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C1AF59 (or 0xC1AF59) is known color: Gimblet. HEX triplet: C1, AF and 59. RGB value is (193,175,89). Sum of RGB (Red+Green+Blue) = 193+175+89=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF59 is #3E50A6. Grayscale: #AAAAAA. Windows color (decimal): -4083879 or 5877697. OLE color: 5877697.

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

Color convert

RGB 193 175 89 -
CMYK 0 0.09 0.54 0.24
HSL 49.62º 0.46% 0.55% -
HSV(B) 49.62º 0.54% 0.76% -
XYZ 39.13 42.72 15.63 -
YUV 170.58 81.96 143.99 -
System Red Green Blue C M Y K H S L
Decimal 193 175 89 0 0.09 0.54 0.24 49.62 0.46 0.55
Hex C1 AF 59 0 9 36 18 32 2E 37
Octal 301 257 131 0 11 66 30 62 56 67
Binary 11000001 10101111 1011001 0 1001 110110 11000 110010 101110 110111

Color Harmonies of #C1AF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF59

Black with #C1AF59

Text Example


Text Example

White with #C1AF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF59; }

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

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

background-color css

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

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

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

border-color css

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

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

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