Html Css Color HEX #C2B65C Gimblet

📋 copy color: '#C2B65C'

red 194 ◦ green 182 ◦ blue 92

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

Shades of Gimblet #C2B65C

Tints of Gimblet #C2B65C

RGB

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

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

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

R = 41.45%
G = 38.89%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2B65C (or 0xC2B65C) is known color: Gimblet. HEX triplet: C2, B6 and 5C. RGB value is (194,182,92). Sum of RGB (Red+Green+Blue) = 194+182+92=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B65C is #3D49A3. Grayscale: #AFAFAF. Windows color (decimal): -4016548 or 6076098. OLE color: 6076098.

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

Color convert

RGB 194 182 92 -
CMYK 0 0.06 0.53 0.24
HSL 52.94º 0.46% 0.56% -
HSV(B) 52.94º 0.53% 0.76% -
XYZ 40.91 45.7 16.79 -
YUV 175.33 80.98 141.32 -
System Red Green Blue C M Y K H S L
Decimal 194 182 92 0 0.06 0.53 0.24 52.94 0.46 0.56
Hex C2 B6 5C 0 6 35 18 35 2E 38
Octal 302 266 134 0 6 65 30 65 56 70
Binary 11000010 10110110 1011100 0 110 110101 11000 110101 101110 111000

Color Harmonies of #C2B65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B65C

Black with #C2B65C

Text Example


Text Example

White with #C2B65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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