Html Css Color HEX #C2B462 Gimblet

📋 copy color: '#C2B462'

red 194 ◦ green 180 ◦ blue 98

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

Shades of Gimblet #C2B462

Tints of Gimblet #C2B462

RGB

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

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

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

R = 41.1%
G = 38.14%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C2B462 (or 0xC2B462) is known color: Gimblet. HEX triplet: C2, B4 and 62. RGB value is (194,180,98). Sum of RGB (Red+Green+Blue) = 194+180+98=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B462 is #3D4B9D. Grayscale: #AFAFAF. Windows color (decimal): -4017054 or 6468802. OLE color: 6468802.

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

Color convert

RGB 194 180 98 -
CMYK 0 0.07 0.49 0.24
HSL 51.25º 0.44% 0.57% -
HSV(B) 51.25º 0.49% 0.76% -
XYZ 40.77 44.99 18.09 -
YUV 174.84 84.64 141.67 -
System Red Green Blue C M Y K H S L
Decimal 194 180 98 0 0.07 0.49 0.24 51.25 0.44 0.57
Hex C2 B4 62 0 7 31 18 33 2C 39
Octal 302 264 142 0 7 61 30 63 54 71
Binary 11000010 10110100 1100010 0 111 110001 11000 110011 101100 111001

Color Harmonies of #C2B462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B462

Black with #C2B462

Text Example


Text Example

White with #C2B462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B462; }

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

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

background-color css

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

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

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

border-color css

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

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

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