#C5B548

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

Shades of Sundance #C5B548

Tints of Sundance #C5B548

Color information

#C5B548 (or 0xC5B548) is unknown color: approx Sundance. HEX triplet: C5, B5 and 48. RGB value is (197,181,72). Sum of RGB (Red+Green+Blue) = 197+181+72=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B548 is #3A4AB7. Grayscale: #ADADAD. Windows color (decimal): -3820216 or 4765125. OLE color: 4765125.

HSL color Cylindrical-coordinate representation of color #C5B548: hue angle of 52.32º 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 #C5B548 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB19718172-
CMYK00.080.630.23
HSL52.32º51.87%52.75%-
HSV(B)52.32º63.45%77.25%-
XYZ40.7245.3912.75-
YUV173.3670.8144.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.78%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 72 (28.52% from 255) = 16%
R=43.78%
G=40.22%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971817200.080.630.2352.3251.8752.75
HexC5B548083F17343435
Octal3052651100107727646465
Binary110001011011010110010000100011111110111110100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B548; }

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

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

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

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

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

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

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

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