#C2B067

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

Shades of Gimblet #C2B067

Tints of Gimblet #C2B067

Color information

#C2B067 (or 0xC2B067) is unknown color: approx Gimblet. HEX triplet: C2, B0 and 67. RGB value is (194,176,103). Sum of RGB (Red+Green+Blue) = 194+176+103=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B067 is #3D4F98. Grayscale: #ADADAD. Windows color (decimal): -4018073 or 6795458. OLE color: 6795458.

HSL color Cylindrical-coordinate representation of color #C2B067: hue angle of 48.13º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2B067 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB194176103-
CMYK00.090.470.24
HSL48.13º42.72%58.24%-
HSV(B)48.13º46.91%76.08%-
XYZ40.2243.519.11-
YUV173.0688.46142.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.01%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 103 (40.62% from 255) = 21.78%
R=41.01%
G=37.21%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417610300.090.470.2448.1342.7258.24
HexC2B067092F18302b3a
Octal3022601470115730605372
Binary110000101011000011001110100110111111000110000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B067; }

 p { color: rgb(194,176,103); }

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

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

 a { background-color: rgb(194,176,103); }

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

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

 span { border-color: rgb(194,176,103); }

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