Html Css Color HEX #C2B561 Gimblet

📋 copy color: '#C2B561'

red 194 ◦ green 181 ◦ blue 97

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

Shades of Gimblet #C2B561

Tints of Gimblet #C2B561

RGB

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

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

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

R = 41.1%
G = 38.35%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C2B561 (or 0xC2B561) is known color: Gimblet. HEX triplet: C2, B5 and 61. RGB value is (194,181,97). Sum of RGB (Red+Green+Blue) = 194+181+97=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B561 is #3D4A9E. Grayscale: #AFAFAF. Windows color (decimal): -4016799 or 6403522. OLE color: 6403522.

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

Color convert

RGB 194 181 97 -
CMYK 0 0.07 0.50 0.24
HSL 51.96º 0.44% 0.57% -
HSV(B) 51.96º 0.5% 0.76% -
XYZ 40.93 45.38 17.91 -
YUV 175.31 83.81 141.33 -
System Red Green Blue C M Y K H S L
Decimal 194 181 97 0 0.07 0.50 0.24 51.96 0.44 0.57
Hex C2 B5 61 0 7 32 18 34 2C 39
Octal 302 265 141 0 7 62 30 64 54 71
Binary 11000010 10110101 1100001 0 111 110010 11000 110100 101100 111001

Color Harmonies of #C2B561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B561

Black with #C2B561

Text Example


Text Example

White with #C2B561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B561; }

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

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

background-color css

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

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

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

border-color css

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

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

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