#C7B94F

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

Shades of Sundance #C7B94F

Tints of Sundance #C7B94F

Color information

#C7B94F (or 0xC7B94F) is unknown color: approx Sundance. HEX triplet: C7, B9 and 4F. RGB value is (199,185,79). Sum of RGB (Red+Green+Blue) = 199+185+79=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B94F is #3846B0. Grayscale: #B1B1B1. Windows color (decimal): -3688113 or 5224903. OLE color: 5224903.

HSL color Cylindrical-coordinate representation of color #C7B94F: hue angle of 53º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7B94F is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB19918579-
CMYK00.070.600.22
HSL53º51.72%54.51%-
HSV(B)53º60.3%78.04%-
XYZ42.3147.414.32-
YUV177.172.64143.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 79 (31.25% from 255) = 17.06%
R=42.98%
G=39.96%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991857900.070.600.225351.7254.51
HexC7B94F073C16353437
Octal307271117077426656467
Binary11000111101110011001111011111110010110110101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B94F; }

 p { color: rgb(199,185,79); }

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

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

 a { background-color: rgb(199,185,79); }

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

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

 span { border-color: rgb(199,185,79); }

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