#C3A63E

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

Shades of Sundance #C3A63E

Tints of Sundance #C3A63E

Color information

#C3A63E (or 0xC3A63E) is unknown color: approx Sundance. HEX triplet: C3, A6 and 3E. RGB value is (195,166,62). Sum of RGB (Red+Green+Blue) = 195+166+62=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A63E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A63E is #3C59C1. Grayscale: #A3A3A3. Windows color (decimal): -3955138 or 4105923. OLE color: 4105923.

HSL color Cylindrical-coordinate representation of color #C3A63E: hue angle of 46.92º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3A63E is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19516662-
CMYK00.150.680.24
HSL46.92º52.57%50.39%-
HSV(B)46.92º68.21%76.47%-
XYZ37.0139.2210.18-
YUV162.8271.11150.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.10%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 62 (24.61% from 255) = 14.66%
R=46.10%
G=39.24%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951666200.150.680.2446.9252.5750.39
HexC3A63E0F44182f3532
Octal3032467601710430576562
Binary110000111010011011111001111100010011000101111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A63E; }

 p { color: rgb(195,166,62); }

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

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

 a { background-color: rgb(195,166,62); }

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

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

 span { border-color: rgb(195,166,62); }

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