#C4B265

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

Shades of Gimblet #C4B265

Tints of Gimblet #C4B265

Color information

#C4B265 (or 0xC4B265) is unknown color: approx Gimblet. HEX triplet: C4, B2 and 65. RGB value is (196,178,101). Sum of RGB (Red+Green+Blue) = 196+178+101=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B265 is #3B4D9A. Grayscale: #AEAEAE. Windows color (decimal): -3886491 or 6664900. OLE color: 6664900.

HSL color Cylindrical-coordinate representation of color #C4B265: hue angle of 48.63º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4B265 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB196178101-
CMYK00.090.480.23
HSL48.63º44.6%58.24%-
HSV(B)48.63º48.47%76.86%-
XYZ41.0344.5218.74-
YUV174.686.46143.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 178 (69.92% from 255) = 37.47%
BLUE value IS 101 (39.84% from 255) = 21.26%
R=41.26%
G=37.47%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617810100.090.480.2348.6344.658.24
HexC4B265093017312d3a
Octal3042621450116027615572
Binary110001001011001011001010100111000010111110001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B265; }

 p { color: rgb(196,178,101); }

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

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

 a { background-color: rgb(196,178,101); }

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

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

 span { border-color: rgb(196,178,101); }

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