#C3A852

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

Shades of Sundance #C3A852

Tints of Sundance #C3A852

Color information

#C3A852 (or 0xC3A852) is unknown color: approx Sundance. HEX triplet: C3, A8 and 52. RGB value is (195,168,82). Sum of RGB (Red+Green+Blue) = 195+168+82=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A852 is #3C57AD. Grayscale: #A6A6A6. Windows color (decimal): -3954606 or 5417155. OLE color: 5417155.

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

Color convert

RGB19516882-
CMYK00.140.580.24
HSL45.66º48.5%54.31%-
HSV(B)45.66º57.95%76.47%-
XYZ38.0340.2213.74-
YUV166.2780.45148.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.82%
GREEN value IS 168 (66.02% from 255) = 37.75%
BLUE value IS 82 (32.42% from 255) = 18.43%
R=43.82%
G=37.75%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951688200.140.580.2445.6648.554.31
HexC3A8520E3A182e3036
Octal3032501220167230566066
Binary110000111010100010100100111011101011000101110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A852; }

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

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

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

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

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

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

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

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