Html Css Color HEX #C1AF58 Gimblet

📋 copy color: '#C1AF58'

red 193 ◦ green 175 ◦ blue 88

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

Shades of Gimblet #C1AF58

Tints of Gimblet #C1AF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.3%

R = 42.32%
G = 38.38%
B = 19.3%

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

#C1AF58 (or 0xC1AF58) is known color: Gimblet. HEX triplet: C1, AF and 58. RGB value is (193,175,88). Sum of RGB (Red+Green+Blue) = 193+175+88=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF58 is #3E50A7. Grayscale: #AAAAAA. Windows color (decimal): -4083880 or 5812161. OLE color: 5812161.

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

Color convert

RGB 193 175 88 -
CMYK 0 0.09 0.54 0.24
HSL 49.71º 0.46% 0.55% -
HSV(B) 49.71º 0.54% 0.76% -
XYZ 39.08 42.7 15.41 -
YUV 170.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 193 175 88 0 0.09 0.54 0.24 49.71 0.46 0.55
Hex C1 AF 58 0 9 36 18 32 2E 37
Octal 301 257 130 0 11 66 30 62 56 67
Binary 11000001 10101111 1011000 0 1001 110110 11000 110010 101110 110111

Color Harmonies of #C1AF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF58

Black with #C1AF58

Text Example


Text Example

White with #C1AF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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