Html Css Color HEX #C2B659 Gimblet

📋 copy color: '#C2B659'

red 194 ◦ green 182 ◦ blue 89

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

Shades of Gimblet #C2B659

Tints of Gimblet #C2B659

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.14%

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

R = 41.72%
G = 39.14%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2B659 (or 0xC2B659) is known color: Gimblet. HEX triplet: C2, B6 and 59. RGB value is (194,182,89). Sum of RGB (Red+Green+Blue) = 194+182+89=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B659 is #3D49A6. Grayscale: #AFAFAF. Windows color (decimal): -4016551 or 5879490. OLE color: 5879490.

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

Color convert

RGB 194 182 89 -
CMYK 0 0.06 0.54 0.24
HSL 53.14º 0.46% 0.55% -
HSV(B) 53.14º 0.54% 0.76% -
XYZ 40.78 45.65 16.11 -
YUV 174.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 194 182 89 0 0.06 0.54 0.24 53.14 0.46 0.55
Hex C2 B6 59 0 6 36 18 35 2E 37
Octal 302 266 131 0 6 66 30 65 56 67
Binary 11000010 10110110 1011001 0 110 110110 11000 110101 101110 110111

Color Harmonies of #C2B659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B659

Black with #C2B659

Text Example


Text Example

White with #C2B659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B659; }

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

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

background-color css

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

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

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

border-color css

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

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

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