#c3b54a

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

Shades of Sundance #C3B54A

Tints of Sundance #C3B54A

Color information

#C3B54A (or 0xC3B54A) is unknown color: approx Sundance. HEX triplet: C3, B5 and 4A. RGB value is (195,181,74). Sum of RGB (Red+Green+Blue) = 195+181+74=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B54A is #3C4AB5. Grayscale: #ADADAD. Windows color (decimal): -3951286 or 4896195. OLE color: 4896195.

HSL color Cylindrical-coordinate representation of color #C3B54A: hue angle of 53.06º 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 #C3B54A is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19518174-
CMYK00.070.620.24
HSL53.06º50.21%52.75%-
HSV(B)53.06º62.05%76.47%-
XYZ40.2745.1413.07-
YUV172.9972.14143.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.33%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 74 (29.30% from 255) = 16.44%
R=43.33%
G=40.22%
B=16.44%

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
Decimal1951817400.070.620.2453.0650.2152.75
HexC3B54A073E18353235
Octal303265112077630656265
Binary11000011101101011001010011111111011000110101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3b54a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3b54a; }

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

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

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

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

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

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

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

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