#C3AE54

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

Shades of Sundance #C3AE54

Tints of Sundance #C3AE54

Color information

#C3AE54 (or 0xC3AE54) is unknown color: approx Sundance. HEX triplet: C3, AE and 54. RGB value is (195,174,84). Sum of RGB (Red+Green+Blue) = 195+174+84=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AE54 is #3C51AB. Grayscale: #AAAAAA. Windows color (decimal): -3953068 or 5549763. OLE color: 5549763.

HSL color Cylindrical-coordinate representation of color #C3AE54: hue angle of 48.65º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3AE54 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB19517484-
CMYK00.110.570.24
HSL48.65º48.05%54.71%-
HSV(B)48.65º56.92%76.47%-
XYZ39.2442.5114.53-
YUV170.0279.46145.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.05%
GREEN value IS 174 (68.36% from 255) = 38.41%
BLUE value IS 84 (33.20% from 255) = 18.54%
R=43.05%
G=38.41%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951748400.110.570.2448.6548.0554.71
HexC3AE540B3918313037
Octal3032561240137130616067
Binary110000111010111010101000101111100111000110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE54; }

 p { color: rgb(195,174,84); }

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

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

 a { background-color: rgb(195,174,84); }

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

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

 span { border-color: rgb(195,174,84); }

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