#C2B94C

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

Shades of Sundance #C2B94C

Tints of Sundance #C2B94C

Color information

#C2B94C (or 0xC2B94C) is unknown color: approx Sundance. HEX triplet: C2, B9 and 4C. RGB value is (194,185,76). Sum of RGB (Red+Green+Blue) = 194+185+76=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B94C is #3D46B3. Grayscale: #AFAFAF. Windows color (decimal): -4015796 or 5028290. OLE color: 5028290.

HSL color Cylindrical-coordinate representation of color #C2B94C: hue angle of 55.42º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2B94C is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19418576-
CMYK00.050.610.24
HSL55.42º49.17%52.94%-
HSV(B)55.42º60.82%76.08%-
XYZ40.946.6913.69-
YUV175.2671.98141.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 185 (72.66% from 255) = 40.66%
BLUE value IS 76 (30.08% from 255) = 16.70%
R=42.64%
G=40.66%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941857600.050.610.2455.4249.1752.94
HexC2B94C053D18373135
Octal302271114057530676165
Binary11000010101110011001100010111110111000110111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B94C; }

 p { color: rgb(194,185,76); }

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

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

 a { background-color: rgb(194,185,76); }

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

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

 span { border-color: rgb(194,185,76); }

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