Html Css Color HEX #C2B359 Gimblet

📋 copy color: '#C2B359'

red 194 ◦ green 179 ◦ blue 89

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

Shades of Gimblet #C2B359

Tints of Gimblet #C2B359

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.74%

 BLUE value IS 89 (35.16% from 255) = 19.26%

R = 41.99%
G = 38.74%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2B359 (or 0xC2B359) is known color: Gimblet. HEX triplet: C2, B3 and 59. RGB value is (194,179,89). Sum of RGB (Red+Green+Blue) = 194+179+89=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B359 is #3D4CA6. Grayscale: #ADADAD. Windows color (decimal): -4017319 or 5878722. OLE color: 5878722.

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

Color convert

RGB 194 179 89 -
CMYK 0 0.08 0.54 0.24
HSL 51.43º 0.46% 0.55% -
HSV(B) 51.43º 0.54% 0.76% -
XYZ 40.17 44.43 15.91 -
YUV 173.23 80.47 142.82 -
System Red Green Blue C M Y K H S L
Decimal 194 179 89 0 0.08 0.54 0.24 51.43 0.46 0.55
Hex C2 B3 59 0 8 36 18 33 2E 37
Octal 302 263 131 0 10 66 30 63 56 67
Binary 11000010 10110011 1011001 0 1000 110110 11000 110011 101110 110111

Color Harmonies of #C2B359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B359

Black with #C2B359

Text Example


Text Example

White with #C2B359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B359; }

 p { color: rgb(194,179,89); }

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

background-color css

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

 a { background-color: rgb(194,179,89); }

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

border-color css

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

 span { border-color: rgb(194,179,89); }

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