Html Css Color HEX #C2B360 Gimblet

📋 copy color: '#C2B360'

red 194 ◦ green 179 ◦ blue 96

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

Shades of Gimblet #C2B360

Tints of Gimblet #C2B360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.47%

R = 41.36%
G = 38.17%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2B360 (or 0xC2B360) is known color: Gimblet. HEX triplet: C2, B3 and 60. RGB value is (194,179,96). Sum of RGB (Red+Green+Blue) = 194+179+96=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B360 is #3D4C9F. Grayscale: #AEAEAE. Windows color (decimal): -4017312 or 6337474. OLE color: 6337474.

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

Color convert

RGB 194 179 96 -
CMYK 0 0.08 0.51 0.24
HSL 50.82º 0.45% 0.57% -
HSV(B) 50.82º 0.51% 0.76% -
XYZ 40.48 44.55 17.53 -
YUV 174.02 83.97 142.25 -
System Red Green Blue C M Y K H S L
Decimal 194 179 96 0 0.08 0.51 0.24 50.82 0.45 0.57
Hex C2 B3 60 0 8 33 18 33 2D 39
Octal 302 263 140 0 10 63 30 63 55 71
Binary 11000010 10110011 1100000 0 1000 110011 11000 110011 101101 111001

Color Harmonies of #C2B360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B360

Black with #C2B360

Text Example


Text Example

White with #C2B360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B360; }

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

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

background-color css

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

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

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

border-color css

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

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

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