#C2B25D

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

Shades of Gimblet #C2B25D

Tints of Gimblet #C2B25D

Color information

#C2B25D (or 0xC2B25D) is unknown color: approx Gimblet. HEX triplet: C2, B2 and 5D. RGB value is (194,178,93). Sum of RGB (Red+Green+Blue) = 194+178+93=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B25D is #3D4DA2. Grayscale: #ADADAD. Windows color (decimal): -4017571 or 6140610. OLE color: 6140610.

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

Color convert

RGB19417893-
CMYK00.080.520.24
HSL50.5º45.29%56.27%-
HSV(B)50.5º52.06%76.08%-
XYZ40.1444.116.75-
YUV173.0982.8142.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 178 (69.92% from 255) = 38.28%
BLUE value IS 93 (36.72% from 255) = 20%
R=41.72%
G=38.28%
B=20%

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
Decimal1941789300.080.520.2450.545.2956.27
HexC2B25D083418322d38
Octal3022621350106430625570
Binary110000101011001010111010100011010011000110010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B25D; }

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

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

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

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

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

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

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

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