#C3AA41

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

Shades of Sundance #C3AA41

Tints of Sundance #C3AA41

Color information

#C3AA41 (or 0xC3AA41) is unknown color: approx Sundance. HEX triplet: C3, AA and 41. RGB value is (195,170,65). Sum of RGB (Red+Green+Blue) = 195+170+65=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AA41 is #3C55BE. Grayscale: #A5A5A5. Windows color (decimal): -3954111 or 4303555. OLE color: 4303555.

HSL color Cylindrical-coordinate representation of color #C3AA41: hue angle of 48.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3AA41 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19517065-
CMYK00.130.670.24
HSL48.46º52%50.98%-
HSV(B)48.46º66.67%76.47%-
XYZ37.8340.7310.87-
YUV165.571.28149.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.35%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 65 (25.78% from 255) = 15.12%
R=45.35%
G=39.53%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951706500.130.670.2448.465250.98
HexC3AA410D4318303433
Octal30325210101510330606463
Binary1100001110101010100000101101100001111000110000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA41; }

 p { color: rgb(195,170,65); }

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

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

 a { background-color: rgb(195,170,65); }

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

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

 span { border-color: rgb(195,170,65); }

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