#C3A33E

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

Shades of Sundance #C3A33E

Tints of Sundance #C3A33E

Color information

#C3A33E (or 0xC3A33E) is unknown color: approx Sundance. HEX triplet: C3, A3 and 3E. RGB value is (195,163,62). Sum of RGB (Red+Green+Blue) = 195+163+62=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A33E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A33E is #3C5CC1. Grayscale: #A1A1A1. Windows color (decimal): -3955906 or 4105155. OLE color: 4105155.

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

Color convert

RGB19516362-
CMYK00.160.680.24
HSL45.56º52.57%50.39%-
HSV(B)45.56º68.21%76.47%-
XYZ36.4738.1410-
YUV161.0572.1152.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.43%
GREEN value IS 163 (64.06% from 255) = 38.81%
BLUE value IS 62 (24.61% from 255) = 14.76%
R=46.43%
G=38.81%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951636200.160.680.2445.5652.5750.39
HexC3A33E01044182e3532
Octal3032437602010430566562
Binary1100001110100011111110010000100010011000101110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A33E; }

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

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

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

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

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

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

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

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