Html Css Color HEX #C2B060 Gimblet

📋 copy color: '#C2B060'

red 194 ◦ green 176 ◦ blue 96

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

Shades of Gimblet #C2B060

Tints of Gimblet #C2B060

RGB

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

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

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

R = 41.63%
G = 37.77%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2B060 (or 0xC2B060) is known color: Gimblet. HEX triplet: C2, B0 and 60. RGB value is (194,176,96). Sum of RGB (Red+Green+Blue) = 194+176+96=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B060 is #3D4F9F. Grayscale: #ACACAC. Windows color (decimal): -4018080 or 6336706. OLE color: 6336706.

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

Color convert

RGB 194 176 96 -
CMYK 0 0.09 0.51 0.24
HSL 48.98º 0.45% 0.57% -
HSV(B) 48.98º 0.51% 0.76% -
XYZ 39.88 43.36 17.33 -
YUV 172.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 194 176 96 0 0.09 0.51 0.24 48.98 0.45 0.57
Hex C2 B0 60 0 9 33 18 31 2D 39
Octal 302 260 140 0 11 63 30 61 55 71
Binary 11000010 10110000 1100000 0 1001 110011 11000 110001 101101 111001

Color Harmonies of #C2B060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B060

Black with #C2B060

Text Example


Text Example

White with #C2B060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B060; }

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

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

background-color css

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

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

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

border-color css

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

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

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