#C5AC48

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

Shades of Sundance #C5AC48

Tints of Sundance #C5AC48

Color information

#C5AC48 (or 0xC5AC48) is unknown color: approx Sundance. HEX triplet: C5, AC and 48. RGB value is (197,172,72). Sum of RGB (Red+Green+Blue) = 197+172+72=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC48 is #3A53B7. Grayscale: #A8A8A8. Windows color (decimal): -3822520 or 4762821. OLE color: 4762821.

HSL color Cylindrical-coordinate representation of color #C5AC48: hue angle of 48º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5AC48 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB19717272-
CMYK00.130.630.23
HSL48º51.87%52.75%-
HSV(B)48º63.45%77.25%-
XYZ38.9541.8412.15-
YUV168.0873.78148.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 72 (28.52% from 255) = 16.33%
R=44.67%
G=39.00%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971727200.130.630.234851.8752.75
HexC5AC480D3F17303435
Octal3052541100157727606465
Binary110001011010110010010000110111111110111110000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AC48; }

 p { color: rgb(197,172,72); }

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

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

 a { background-color: rgb(197,172,72); }

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

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

 span { border-color: rgb(197,172,72); }

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