Html Css Color HEX #C2B062 Gimblet

📋 copy color: '#C2B062'

red 194 ◦ green 176 ◦ blue 98

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

Shades of Gimblet #C2B062

Tints of Gimblet #C2B062

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.61%

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

R = 41.45%
G = 37.61%
B = 20.94%

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

#C2B062 (or 0xC2B062) is known color: Gimblet. HEX triplet: C2, B0 and 62. RGB value is (194,176,98). Sum of RGB (Red+Green+Blue) = 194+176+98=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B062 is #3D4F9D. Grayscale: #ACACAC. Windows color (decimal): -4018078 or 6467778. OLE color: 6467778.

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

Color convert

RGB 194 176 98 -
CMYK 0 0.09 0.49 0.24
HSL 48.75º 0.44% 0.57% -
HSV(B) 48.75º 0.49% 0.76% -
XYZ 39.98 43.4 17.83 -
YUV 172.49 85.96 143.34 -
System Red Green Blue C M Y K H S L
Decimal 194 176 98 0 0.09 0.49 0.24 48.75 0.44 0.57
Hex C2 B0 62 0 9 31 18 31 2C 39
Octal 302 260 142 0 11 61 30 61 54 71
Binary 11000010 10110000 1100010 0 1001 110001 11000 110001 101100 111001

Color Harmonies of #C2B062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B062

Black with #C2B062

Text Example


Text Example

White with #C2B062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B062; }

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

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

background-color css

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

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

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

border-color css

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

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

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