Html Css Color HEX #C2B55B Gimblet

📋 copy color: '#C2B55B'

red 194 ◦ green 181 ◦ blue 91

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

Shades of Gimblet #C2B55B

Tints of Gimblet #C2B55B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.84%

 BLUE value IS 91 (35.94% from 255) = 19.53%

R = 41.63%
G = 38.84%
B = 19.53%

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

#C2B55B (or 0xC2B55B) is known color: Gimblet. HEX triplet: C2, B5 and 5B. RGB value is (194,181,91). Sum of RGB (Red+Green+Blue) = 194+181+91=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B55B is #3D4AA4. Grayscale: #AEAEAE. Windows color (decimal): -4016805 or 6010306. OLE color: 6010306.

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

Color convert

RGB 194 181 91 -
CMYK 0 0.07 0.53 0.24
HSL 52.43º 0.46% 0.56% -
HSV(B) 52.43º 0.53% 0.76% -
XYZ 40.66 45.27 16.49 -
YUV 174.63 80.81 141.82 -
System Red Green Blue C M Y K H S L
Decimal 194 181 91 0 0.07 0.53 0.24 52.43 0.46 0.56
Hex C2 B5 5B 0 7 35 18 34 2E 38
Octal 302 265 133 0 7 65 30 64 56 70
Binary 11000010 10110101 1011011 0 111 110101 11000 110100 101110 111000

Color Harmonies of #C2B55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B55B

Black with #C2B55B

Text Example


Text Example

White with #C2B55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B55B; }

 p { color: rgb(194,181,91); }

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

background-color css

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

 a { background-color: rgb(194,181,91); }

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

border-color css

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

 span { border-color: rgb(194,181,91); }

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