Html Css Color HEX #C2B162 Gimblet

📋 copy color: '#C2B162'

red 194 ◦ green 177 ◦ blue 98

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

Shades of Gimblet #C2B162

Tints of Gimblet #C2B162

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.74%

 BLUE value IS 98 (38.67% from 255) = 20.9%

R = 41.36%
G = 37.74%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C2B162 (or 0xC2B162) is known color: Gimblet. HEX triplet: C2, B1 and 62. RGB value is (194,177,98). Sum of RGB (Red+Green+Blue) = 194+177+98=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B162 is #3D4E9D. Grayscale: #ADADAD. Windows color (decimal): -4017822 or 6468034. OLE color: 6468034.

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

Color convert

RGB 194 177 98 -
CMYK 0 0.09 0.49 0.24
HSL 49.38º 0.44% 0.57% -
HSV(B) 49.38º 0.49% 0.76% -
XYZ 40.17 43.8 17.89 -
YUV 173.08 85.63 142.92 -
System Red Green Blue C M Y K H S L
Decimal 194 177 98 0 0.09 0.49 0.24 49.38 0.44 0.57
Hex C2 B1 62 0 9 31 18 31 2C 39
Octal 302 261 142 0 11 61 30 61 54 71
Binary 11000010 10110001 1100010 0 1001 110001 11000 110001 101100 111001

Color Harmonies of #C2B162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B162

Black with #C2B162

Text Example


Text Example

White with #C2B162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B162; }

 p { color: rgb(194,177,98); }

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

background-color css

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

 a { background-color: rgb(194,177,98); }

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

border-color css

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

 span { border-color: rgb(194,177,98); }

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