#C3B64A

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

Shades of Sundance #C3B64A

Tints of Sundance #C3B64A

Color information

#C3B64A (or 0xC3B64A) is unknown color: approx Sundance. HEX triplet: C3, B6 and 4A. RGB value is (195,182,74). Sum of RGB (Red+Green+Blue) = 195+182+74=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B64A is #3C49B5. Grayscale: #AEAEAE. Windows color (decimal): -3951030 or 4896451. OLE color: 4896451.

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

Color convert

RGB19518274-
CMYK00.070.620.24
HSL53.55º50.21%52.75%-
HSV(B)53.55º62.05%76.47%-
XYZ40.4745.5513.14-
YUV173.5871.81143.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.24%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 74 (29.30% from 255) = 16.41%
R=43.24%
G=40.35%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951827400.070.620.2453.5550.2152.75
HexC3B64A073E18363235
Octal303266112077630666265
Binary11000011101101101001010011111111011000110110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B64A; }

 p { color: rgb(195,182,74); }

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

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

 a { background-color: rgb(195,182,74); }

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

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

 span { border-color: rgb(195,182,74); }

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