#C3A648

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

Shades of Sundance #C3A648

Tints of Sundance #C3A648

Color information

#C3A648 (or 0xC3A648) is unknown color: approx Sundance. HEX triplet: C3, A6 and 48. RGB value is (195,166,72). Sum of RGB (Red+Green+Blue) = 195+166+72=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A648 is #3C59B7. Grayscale: #A4A4A4. Windows color (decimal): -3955128 or 4761283. OLE color: 4761283.

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

Color convert

RGB19516672-
CMYK00.150.630.24
HSL45.85º50.62%52.35%-
HSV(B)45.85º63.08%76.47%-
XYZ37.3139.3411.76-
YUV163.9676.11150.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.03%
GREEN value IS 166 (65.23% from 255) = 38.34%
BLUE value IS 72 (28.52% from 255) = 16.63%
R=45.03%
G=38.34%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951667200.150.630.2445.8550.6252.35
HexC3A6480F3F182e3334
Octal3032461100177730566364
Binary110000111010011010010000111111111111000101110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A648; }

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

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

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

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

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

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

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

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