Html Css Color HEX #C2B261 Gimblet

📋 copy color: '#C2B261'

red 194 ◦ green 178 ◦ blue 97

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

Shades of Gimblet #C2B261

Tints of Gimblet #C2B261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.95%

 BLUE value IS 97 (38.28% from 255) = 20.68%

R = 41.36%
G = 37.95%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C2B261 (or 0xC2B261) is known color: Gimblet. HEX triplet: C2, B2 and 61. RGB value is (194,178,97). Sum of RGB (Red+Green+Blue) = 194+178+97=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B261 is #3D4D9E. Grayscale: #ADADAD. Windows color (decimal): -4017567 or 6402754. OLE color: 6402754.

HSL color Cylindrical-coordinate representation of color #C2B261: hue angle of 50.1º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2B261 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 178 97 -
CMYK 0 0.08 0.50 0.24
HSL 50.1º 0.44% 0.57% -
HSV(B) 50.1º 0.5% 0.76% -
XYZ 40.33 44.17 17.71 -
YUV 173.55 84.8 142.59 -
System Red Green Blue C M Y K H S L
Decimal 194 178 97 0 0.08 0.50 0.24 50.1 0.44 0.57
Hex C2 B2 61 0 8 32 18 32 2C 39
Octal 302 262 141 0 10 62 30 62 54 71
Binary 11000010 10110010 1100001 0 1000 110010 11000 110010 101100 111001

Color Harmonies of #C2B261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B261

Black with #C2B261

Text Example


Text Example

White with #C2B261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B261; }

 p { color: rgb(194,178,97); }

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

background-color css

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

 a { background-color: rgb(194,178,97); }

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

border-color css

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

 span { border-color: rgb(194,178,97); }

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