#C5B94E

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

Shades of Sundance #C5B94E

Tints of Sundance #C5B94E

Color information

#C5B94E (or 0xC5B94E) is unknown color: approx Sundance. HEX triplet: C5, B9 and 4E. RGB value is (197,185,78). Sum of RGB (Red+Green+Blue) = 197+185+78=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B94E is #3A46B1. Grayscale: #B0B0B0. Windows color (decimal): -3819186 or 5159365. OLE color: 5159365.

HSL color Cylindrical-coordinate representation of color #C5B94E: hue angle of 53.95º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5B94E is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB19718578-
CMYK00.060.600.23
HSL53.95º50.64%53.92%-
HSV(B)53.95º60.41%77.25%-
XYZ41.7547.1214.1-
YUV176.3972.48142.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.83%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 78 (30.86% from 255) = 16.96%
R=42.83%
G=40.22%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971857800.060.600.2353.9550.6453.92
HexC5B94E063C17363336
Octal305271116067427666366
Binary11000101101110011001110011011110010111110110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B94E; }

 p { color: rgb(197,185,78); }

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

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

 a { background-color: rgb(197,185,78); }

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

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

 span { border-color: rgb(197,185,78); }

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