Html Css Color HEX #C2B459 Gimblet

📋 copy color: '#C2B459'

red 194 ◦ green 180 ◦ blue 89

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

Shades of Gimblet #C2B459

Tints of Gimblet #C2B459

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.88%

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

R = 41.9%
G = 38.88%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2B459 (or 0xC2B459) is known color: Gimblet. HEX triplet: C2, B4 and 59. RGB value is (194,180,89). Sum of RGB (Red+Green+Blue) = 194+180+89=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B459 is #3D4BA6. Grayscale: #AEAEAE. Windows color (decimal): -4017063 or 5878978. OLE color: 5878978.

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

Color convert

RGB 194 180 89 -
CMYK 0 0.07 0.54 0.24
HSL 52º 0.46% 0.55% -
HSV(B) 52º 0.54% 0.76% -
XYZ 40.37 44.83 15.98 -
YUV 173.81 80.14 142.4 -
System Red Green Blue C M Y K H S L
Decimal 194 180 89 0 0.07 0.54 0.24 52 0.46 0.55
Hex C2 B4 59 0 7 36 18 34 2E 37
Octal 302 264 131 0 7 66 30 64 56 67
Binary 11000010 10110100 1011001 0 111 110110 11000 110100 101110 110111

Color Harmonies of #C2B459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B459

Black with #C2B459

Text Example


Text Example

White with #C2B459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B459; }

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

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

background-color css

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

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

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

border-color css

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

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

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