#C3B258

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

Shades of Gimblet #C3B258

Tints of Gimblet #C3B258

Color information

#C3B258 (or 0xC3B258) is unknown color: approx Gimblet. HEX triplet: C3, B2 and 58. RGB value is (195,178,88). Sum of RGB (Red+Green+Blue) = 195+178+88=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 88 (34.77% from 255 or 19.09% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B258 is #3C4DA7. Grayscale: #ADADAD. Windows color (decimal): -3952040 or 5812931. OLE color: 5812931.

HSL color Cylindrical-coordinate representation of color #C3B258: hue angle of 50.47º degrees, saturation: 0.47, 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 #C3B258 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB19517888-
CMYK00.090.550.24
HSL50.47º47.14%55.49%-
HSV(B)50.47º54.87%76.47%-
XYZ40.1944.1515.64-
YUV172.8280.13143.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.30%
GREEN value IS 178 (69.92% from 255) = 38.61%
BLUE value IS 88 (34.77% from 255) = 19.09%
R=42.30%
G=38.61%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951788800.090.550.2450.4747.1455.49
HexC3B258093718322f37
Octal3032621300116730625767
Binary110000111011001010110000100111011111000110010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B258; }

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

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

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

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

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

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

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

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