Html Css Color HEX #C2B557 Gimblet

📋 copy color: '#C2B557'

red 194 ◦ green 181 ◦ blue 87

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

Shades of Gimblet #C2B557

Tints of Gimblet #C2B557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.83%

R = 41.99%
G = 39.18%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C2B557 (or 0xC2B557) is known color: Gimblet. HEX triplet: C2, B5 and 57. RGB value is (194,181,87). Sum of RGB (Red+Green+Blue) = 194+181+87=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 87 (34.38% from 255 or 18.83% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B557 is #3D4AA8. Grayscale: #AEAEAE. Windows color (decimal): -4016809 or 5748162. OLE color: 5748162.

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

Color convert

RGB 194 181 87 -
CMYK 0 0.07 0.55 0.24
HSL 52.71º 0.47% 0.55% -
HSV(B) 52.71º 0.55% 0.76% -
XYZ 40.49 45.21 15.61 -
YUV 174.17 78.81 142.14 -
System Red Green Blue C M Y K H S L
Decimal 194 181 87 0 0.07 0.55 0.24 52.71 0.47 0.55
Hex C2 B5 57 0 7 37 18 35 2F 37
Octal 302 265 127 0 7 67 30 65 57 67
Binary 11000010 10110101 1010111 0 111 110111 11000 110101 101111 110111

Color Harmonies of #C2B557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B557

Black with #C2B557

Text Example


Text Example

White with #C2B557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B557; }

 p { color: rgb(194,181,87); }

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

background-color css

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

 a { background-color: rgb(194,181,87); }

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

border-color css

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

 span { border-color: rgb(194,181,87); }

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