#C3B35E

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

Shades of Gimblet #C3B35E

Tints of Gimblet #C3B35E

Color information

#C3B35E (or 0xC3B35E) is unknown color: approx Gimblet. HEX triplet: C3, B3 and 5E. RGB value is (195,179,94). Sum of RGB (Red+Green+Blue) = 195+179+94=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B35E is #3C4CA1. Grayscale: #AEAEAE. Windows color (decimal): -3951778 or 6206403. OLE color: 6206403.

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

Color convert

RGB19517994-
CMYK00.080.520.24
HSL50.5º45.7%56.67%-
HSV(B)50.5º51.79%76.47%-
XYZ40.6544.6517.07-
YUV174.0982.8142.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 179 (70.31% from 255) = 38.25%
BLUE value IS 94 (37.11% from 255) = 20.09%
R=41.67%
G=38.25%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951799400.080.520.2450.545.756.67
HexC3B35E083418322e39
Octal3032631360106430625671
Binary110000111011001110111100100011010011000110010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B35E; }

 p { color: rgb(195,179,94); }

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

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

 a { background-color: rgb(195,179,94); }

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

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

 span { border-color: rgb(195,179,94); }

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