#C2B258

Color #C2B258 Gimblet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gimblet #C2B258

Tints of Gimblet #C2B258

Color information

#C2B258 (or 0xC2B258) is unknown color: approx Gimblet. HEX triplet: C2, B2 and 58. RGB value is (194,178,88). Sum of RGB (Red+Green+Blue) = 194+178+88=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B258 is #3D4DA7. Grayscale: #ACACAC. Windows color (decimal): -4017576 or 5812930. OLE color: 5812930.

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

Color convert

RGB19417888-
CMYK00.080.550.24
HSL50.94º46.49%55.29%-
HSV(B)50.94º54.64%76.08%-
XYZ39.9344.0115.62-
YUV172.5280.3143.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.17%
GREEN value IS 178 (69.92% from 255) = 38.70%
BLUE value IS 88 (34.77% from 255) = 19.13%
R=42.17%
G=38.70%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941788800.080.550.2450.9446.4955.29
HexC2B258083718332e37
Octal3022621300106730635667
Binary110000101011001010110000100011011111000110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B258; }

 p { color: rgb(194,178,88); }

 H1.HeaderClassName
 {
   color: #C2B258;
 }
 .AnyTagClassName
 {
   color: #C2B258;
 }
</style>
background-color css

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

 a { background-color: rgb(194,178,88); }

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

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

 span { border-color: rgb(194,178,88); }

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