Html Css Color HEX #C2B059 Gimblet

📋 copy color: '#C2B059'

red 194 ◦ green 176 ◦ blue 89

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

Shades of Gimblet #C2B059

Tints of Gimblet #C2B059

RGB

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

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

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

R = 42.27%
G = 38.34%
B = 19.39%

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

#C2B059 (or 0xC2B059) is known color: Gimblet. HEX triplet: C2, B0 and 59. RGB value is (194,176,89). Sum of RGB (Red+Green+Blue) = 194+176+89=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B059 is #3D4FA6. Grayscale: #ABABAB. Windows color (decimal): -4018087 or 5877954. OLE color: 5877954.

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

Color convert

RGB 194 176 89 -
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.58 43.24 15.71 -
YUV 171.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 194 176 89 0 0.09 0.54 0.24 49.71 0.46 0.55
Hex C2 B0 59 0 9 36 18 32 2E 37
Octal 302 260 131 0 11 66 30 62 56 67
Binary 11000010 10110000 1011001 0 1001 110110 11000 110010 101110 110111

Color Harmonies of #C2B059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B059

Black with #C2B059

Text Example


Text Example

White with #C2B059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B059; }

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

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

background-color css

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

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

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

border-color css

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

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

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