Html Css Color HEX #C2B461 Gimblet

📋 copy color: '#C2B461'

red 194 ◦ green 180 ◦ blue 97

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

Shades of Gimblet #C2B461

Tints of Gimblet #C2B461

RGB

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

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

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

R = 41.19%
G = 38.22%
B = 20.59%

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

#C2B461 (or 0xC2B461) is known color: Gimblet. HEX triplet: C2, B4 and 61. RGB value is (194,180,97). Sum of RGB (Red+Green+Blue) = 194+180+97=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B461 is #3D4B9E. Grayscale: #AFAFAF. Windows color (decimal): -4017055 or 6403266. OLE color: 6403266.

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

Color convert

RGB 194 180 97 -
CMYK 0 0.07 0.50 0.24
HSL 51.34º 0.44% 0.57% -
HSV(B) 51.34º 0.5% 0.76% -
XYZ 40.73 44.97 17.84 -
YUV 174.72 84.14 141.75 -
System Red Green Blue C M Y K H S L
Decimal 194 180 97 0 0.07 0.50 0.24 51.34 0.44 0.57
Hex C2 B4 61 0 7 32 18 33 2C 39
Octal 302 264 141 0 7 62 30 63 54 71
Binary 11000010 10110100 1100001 0 111 110010 11000 110011 101100 111001

Color Harmonies of #C2B461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B461

Black with #C2B461

Text Example


Text Example

White with #C2B461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B461; }

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

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

background-color css

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

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

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

border-color css

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

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

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