#C3A551

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

Shades of Sundance #C3A551

Tints of Sundance #C3A551

Color information

#C3A551 (or 0xC3A551) is unknown color: approx Sundance. HEX triplet: C3, A5 and 51. RGB value is (195,165,81). Sum of RGB (Red+Green+Blue) = 195+165+81=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A551 is #3C5AAE. Grayscale: #A4A4A4. Windows color (decimal): -3955375 or 5350851. OLE color: 5350851.

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

Color convert

RGB19516581-
CMYK00.150.580.24
HSL44.21º48.72%54.12%-
HSV(B)44.21º58.46%76.47%-
XYZ37.4539.1113.36-
YUV164.3980.94149.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 165 (64.84% from 255) = 37.41%
BLUE value IS 81 (32.03% from 255) = 18.37%
R=44.22%
G=37.41%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951658100.150.580.2444.2148.7254.12
HexC3A5510F3A182c3136
Octal3032451210177230546166
Binary110000111010010110100010111111101011000101100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A551; }

 p { color: rgb(195,165,81); }

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

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

 a { background-color: rgb(195,165,81); }

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

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

 span { border-color: rgb(195,165,81); }

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