#c3a14c

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

Shades of Sundance #C3A14C

Tints of Sundance #C3A14C

Color information

#C3A14C (or 0xC3A14C) is unknown color: approx Sundance. HEX triplet: C3, A1 and 4C. RGB value is (195,161,76). Sum of RGB (Red+Green+Blue) = 195+161+76=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A14C is #3C5EB3. Grayscale: #A1A1A1. Windows color (decimal): -3956404 or 5022147. OLE color: 5022147.

HSL color Cylindrical-coordinate representation of color #C3A14C: hue angle of 42.86º degrees, saturation: 0.5, 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 #C3A14C is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19516176-
CMYK00.170.610.24
HSL42.86º49.79%53.14%-
HSV(B)42.86º61.03%76.47%-
XYZ36.5637.6112.17-
YUV161.4879.76151.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.14%
GREEN value IS 161 (63.28% from 255) = 37.27%
BLUE value IS 76 (30.08% from 255) = 17.59%
R=45.14%
G=37.27%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951617600.170.610.2442.8649.7953.14
HexC3A14C0113D182b3235
Octal3032411140217530536265
Binary1100001110100001100110001000111110111000101011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3a14c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3a14c; }

 p { color: rgb(195,161,76); }

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

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

 a { background-color: rgb(195,161,76); }

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

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

 span { border-color: rgb(195,161,76); }

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