Html Css Color HEX #C1B55F Gimblet

📋 copy color: '#C1B55F'

red 193 ◦ green 181 ◦ blue 95

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

Shades of Gimblet #C1B55F

Tints of Gimblet #C1B55F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.59%

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

R = 41.15%
G = 38.59%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1B55F (or 0xC1B55F) is known color: Gimblet. HEX triplet: C1, B5 and 5F. RGB value is (193,181,95). Sum of RGB (Red+Green+Blue) = 193+181+95=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B55F is #3E4AA0. Grayscale: #AFAFAF. Windows color (decimal): -4082337 or 6272449. OLE color: 6272449.

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

Color convert

RGB 193 181 95 -
CMYK 0 0.06 0.51 0.24
HSL 52.65º 0.44% 0.56% -
HSV(B) 52.65º 0.51% 0.76% -
XYZ 40.58 45.21 17.41 -
YUV 174.78 82.98 140.99 -
System Red Green Blue C M Y K H S L
Decimal 193 181 95 0 0.06 0.51 0.24 52.65 0.44 0.56
Hex C1 B5 5F 0 6 33 18 35 2C 38
Octal 301 265 137 0 6 63 30 65 54 70
Binary 11000001 10110101 1011111 0 110 110011 11000 110101 101100 111000

Color Harmonies of #C1B55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B55F

Black with #C1B55F

Text Example


Text Example

White with #C1B55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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