#c3af42

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

Shades of Sundance #C3AF42

Tints of Sundance #C3AF42

Color information

#C3AF42 (or 0xC3AF42) is unknown color: approx Sundance. HEX triplet: C3, AF and 42. RGB value is (195,175,66). Sum of RGB (Red+Green+Blue) = 195+175+66=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF42 is #3C50BD. Grayscale: #A9A9A9. Windows color (decimal): -3952830 or 4370371. OLE color: 4370371.

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

Color convert

RGB19517566-
CMYK00.100.660.24
HSL50.7º51.81%51.18%-
HSV(B)50.7º66.15%76.47%-
XYZ38.8242.6611.34-
YUV168.5570.13146.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.72%
GREEN value IS 175 (68.75% from 255) = 40.14%
BLUE value IS 66 (26.17% from 255) = 15.14%
R=44.72%
G=40.14%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951756600.100.660.2450.751.8151.18
HexC3AF420A4218333433
Octal30325710201210230636463
Binary1100001110101111100001001010100001011000110011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3af42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3af42; }

 p { color: rgb(195,175,66); }

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

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

 a { background-color: rgb(195,175,66); }

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

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

 span { border-color: rgb(195,175,66); }

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