Html Css Color HEX #C2B660 Gimblet

📋 copy color: '#C2B660'

red 194 ◦ green 182 ◦ blue 96

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

Shades of Gimblet #C2B660

Tints of Gimblet #C2B660

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.56%

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

R = 41.1%
G = 38.56%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2B660 (or 0xC2B660) is known color: Gimblet. HEX triplet: C2, B6 and 60. RGB value is (194,182,96). Sum of RGB (Red+Green+Blue) = 194+182+96=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B660 is #3D499F. Grayscale: #B0B0B0. Windows color (decimal): -4016544 or 6338242. OLE color: 6338242.

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

Color convert

RGB 194 182 96 -
CMYK 0 0.06 0.51 0.24
HSL 52.65º 0.45% 0.57% -
HSV(B) 52.65º 0.51% 0.76% -
XYZ 41.09 45.77 17.74 -
YUV 175.78 82.98 140.99 -
System Red Green Blue C M Y K H S L
Decimal 194 182 96 0 0.06 0.51 0.24 52.65 0.45 0.57
Hex C2 B6 60 0 6 33 18 35 2D 39
Octal 302 266 140 0 6 63 30 65 55 71
Binary 11000010 10110110 1100000 0 110 110011 11000 110101 101101 111001

Color Harmonies of #C2B660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B660

Black with #C2B660

Text Example


Text Example

White with #C2B660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B660; }

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

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

background-color css

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

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

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

border-color css

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

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

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