#C5B152

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

Shades of Sundance #C5B152

Tints of Sundance #C5B152

Color information

#C5B152 (or 0xC5B152) is unknown color: approx Sundance. HEX triplet: C5, B1 and 52. RGB value is (197,177,82). Sum of RGB (Red+Green+Blue) = 197+177+82=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B152 is #3A4EAD. Grayscale: #ACACAC. Windows color (decimal): -3821230 or 5419461. OLE color: 5419461.

HSL color Cylindrical-coordinate representation of color #C5B152: hue angle of 49.57º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5B152 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB19717782-
CMYK00.100.580.23
HSL49.57º49.78%54.71%-
HSV(B)49.57º58.38%77.25%-
XYZ40.2743.9214.34-
YUV172.1577.13145.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.20%
GREEN value IS 177 (69.53% from 255) = 38.82%
BLUE value IS 82 (32.42% from 255) = 17.98%
R=43.20%
G=38.82%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971778200.100.580.2349.5749.7854.71
HexC5B1520A3A17323237
Octal3052611220127227626267
Binary110001011011000110100100101011101010111110010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B152; }

 p { color: rgb(197,177,82); }

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

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

 a { background-color: rgb(197,177,82); }

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

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

 span { border-color: rgb(197,177,82); }

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