#C3A84F

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

Shades of Sundance #C3A84F

Tints of Sundance #C3A84F

Color information

#C3A84F (or 0xC3A84F) is unknown color: approx Sundance. HEX triplet: C3, A8 and 4F. RGB value is (195,168,79). Sum of RGB (Red+Green+Blue) = 195+168+79=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A84F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A84F is #3C57B0. Grayscale: #A6A6A6. Windows color (decimal): -3954609 or 5220547. OLE color: 5220547.

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

Color convert

RGB19516879-
CMYK00.140.590.24
HSL46.03º49.15%53.73%-
HSV(B)46.03º59.49%76.47%-
XYZ37.9240.1713.15-
YUV165.9378.95148.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.12%
GREEN value IS 168 (66.02% from 255) = 38.01%
BLUE value IS 79 (31.25% from 255) = 17.87%
R=44.12%
G=38.01%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951687900.140.590.2446.0349.1553.73
HexC3A84F0E3B182e3136
Octal3032501170167330566166
Binary110000111010100010011110111011101111000101110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A84F; }

 p { color: rgb(195,168,79); }

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

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

 a { background-color: rgb(195,168,79); }

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

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

 span { border-color: rgb(195,168,79); }

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