Html Css Color HEX #C1B55A Gimblet

📋 copy color: '#C1B55A'

red 193 ◦ green 181 ◦ blue 90

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

Shades of Gimblet #C1B55A

Tints of Gimblet #C1B55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.4%

R = 41.59%
G = 39.01%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1B55A (or 0xC1B55A) is known color: Gimblet. HEX triplet: C1, B5 and 5A. RGB value is (193,181,90). Sum of RGB (Red+Green+Blue) = 193+181+90=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B55A is #3E4AA5. Grayscale: #AEAEAE. Windows color (decimal): -4082342 or 5944769. OLE color: 5944769.

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

Color convert

RGB 193 181 90 -
CMYK 0 0.06 0.53 0.24
HSL 53.01º 0.45% 0.55% -
HSV(B) 53.01º 0.53% 0.76% -
XYZ 40.36 45.12 16.26 -
YUV 174.21 80.48 141.4 -
System Red Green Blue C M Y K H S L
Decimal 193 181 90 0 0.06 0.53 0.24 53.01 0.45 0.55
Hex C1 B5 5A 0 6 35 18 35 2D 37
Octal 301 265 132 0 6 65 30 65 55 67
Binary 11000001 10110101 1011010 0 110 110101 11000 110101 101101 110111

Color Harmonies of #C1B55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B55A

Black with #C1B55A

Text Example


Text Example

White with #C1B55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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