Html Css Color HEX #C2B45C Gimblet

📋 copy color: '#C2B45C'

red 194 ◦ green 180 ◦ blue 92

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

Shades of Gimblet #C2B45C

Tints of Gimblet #C2B45C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.74%

R = 41.63%
G = 38.63%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2B45C (or 0xC2B45C) is known color: Gimblet. HEX triplet: C2, B4 and 5C. RGB value is (194,180,92). Sum of RGB (Red+Green+Blue) = 194+180+92=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B45C is #3D4BA3. Grayscale: #AEAEAE. Windows color (decimal): -4017060 or 6075586. OLE color: 6075586.

HSL color Cylindrical-coordinate representation of color #C2B45C: hue angle of 51.76º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2B45C is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 180 92 -
CMYK 0 0.07 0.53 0.24
HSL 51.76º 0.46% 0.56% -
HSV(B) 51.76º 0.53% 0.76% -
XYZ 40.5 44.88 16.65 -
YUV 174.15 81.64 142.16 -
System Red Green Blue C M Y K H S L
Decimal 194 180 92 0 0.07 0.53 0.24 51.76 0.46 0.56
Hex C2 B4 5C 0 7 35 18 34 2E 38
Octal 302 264 134 0 7 65 30 64 56 70
Binary 11000010 10110100 1011100 0 111 110101 11000 110100 101110 111000

Color Harmonies of #C2B45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B45C

Black with #C2B45C

Text Example


Text Example

White with #C2B45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B45C; }

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

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

background-color css

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

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

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

border-color css

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

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

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