Html Css Color HEX #C2B363 Gimblet

📋 copy color: '#C2B363'

red 194 ◦ green 179 ◦ blue 99

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

Shades of Gimblet #C2B363

Tints of Gimblet #C2B363

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.92%

 BLUE value IS 99 (39.06% from 255) = 20.97%

R = 41.1%
G = 37.92%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C2B363 (or 0xC2B363) is known color: Gimblet. HEX triplet: C2, B3 and 63. RGB value is (194,179,99). Sum of RGB (Red+Green+Blue) = 194+179+99=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B363 is #3D4C9C. Grayscale: #AEAEAE. Windows color (decimal): -4017309 or 6534082. OLE color: 6534082.

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

Color convert

RGB 194 179 99 -
CMYK 0 0.08 0.49 0.24
HSL 50.53º 0.44% 0.57% -
HSV(B) 50.53º 0.49% 0.76% -
XYZ 40.62 44.61 18.27 -
YUV 174.37 85.47 142 -
System Red Green Blue C M Y K H S L
Decimal 194 179 99 0 0.08 0.49 0.24 50.53 0.44 0.57
Hex C2 B3 63 0 8 31 18 33 2C 39
Octal 302 263 143 0 10 61 30 63 54 71
Binary 11000010 10110011 1100011 0 1000 110001 11000 110011 101100 111001

Color Harmonies of #C2B363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B363

Black with #C2B363

Text Example


Text Example

White with #C2B363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B363; }

 p { color: rgb(194,179,99); }

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

background-color css

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

 a { background-color: rgb(194,179,99); }

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

border-color css

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

 span { border-color: rgb(194,179,99); }

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