Html Css Color HEX #C2B05B Gimblet

📋 copy color: '#C2B05B'

red 194 ◦ green 176 ◦ blue 91

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

Shades of Gimblet #C2B05B

Tints of Gimblet #C2B05B

RGB

 RED value IS 194 (76.17% from 255) = 42.08%

 GREEN value IS 176 (69.14% from 255) = 38.18%

 BLUE value IS 91 (35.94% from 255) = 19.74%

R = 42.08%
G = 38.18%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2B05B (or 0xC2B05B) is known color: Gimblet. HEX triplet: C2, B0 and 5B. RGB value is (194,176,91). Sum of RGB (Red+Green+Blue) = 194+176+91=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B05B is #3D4FA4. Grayscale: #ACACAC. Windows color (decimal): -4018085 or 6009026. OLE color: 6009026.

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

Color convert

RGB 194 176 91 -
CMYK 0 0.09 0.53 0.24
HSL 49.51º 0.46% 0.56% -
HSV(B) 49.51º 0.53% 0.76% -
XYZ 39.66 43.28 16.16 -
YUV 171.69 82.46 143.91 -
System Red Green Blue C M Y K H S L
Decimal 194 176 91 0 0.09 0.53 0.24 49.51 0.46 0.56
Hex C2 B0 5B 0 9 35 18 32 2E 38
Octal 302 260 133 0 11 65 30 62 56 70
Binary 11000010 10110000 1011011 0 1001 110101 11000 110010 101110 111000

Color Harmonies of #C2B05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B05B

Black with #C2B05B

Text Example


Text Example

White with #C2B05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B05B; }

 p { color: rgb(194,176,91); }

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

background-color css

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

 a { background-color: rgb(194,176,91); }

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

border-color css

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

 span { border-color: rgb(194,176,91); }

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