#C3A254

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

Shades of Sundance #C3A254

Tints of Sundance #C3A254

Color information

#C3A254 (or 0xC3A254) is unknown color: approx Sundance. HEX triplet: C3, A2 and 54. RGB value is (195,162,84). Sum of RGB (Red+Green+Blue) = 195+162+84=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A254 is #3C5DAB. Grayscale: #A3A3A3. Windows color (decimal): -3956140 or 5546691. OLE color: 5546691.

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

Color convert

RGB19516284-
CMYK00.170.570.24
HSL42.16º48.05%54.71%-
HSV(B)42.16º56.92%76.47%-
XYZ37.0338.0813.79-
YUV162.9883.43150.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 84 (33.20% from 255) = 19.05%
R=44.22%
G=36.73%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951628400.170.570.2442.1648.0554.71
HexC3A25401139182a3037
Octal3032421240217130526067
Binary1100001110100010101010001000111100111000101010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A254; }

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

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

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

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

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

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

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

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