#C5B253

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

Shades of Sundance #C5B253

Tints of Sundance #C5B253

Color information

#C5B253 (or 0xC5B253) is unknown color: approx Sundance. HEX triplet: C5, B2 and 53. RGB value is (197,178,83). Sum of RGB (Red+Green+Blue) = 197+178+83=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B253 is #3A4DAC. Grayscale: #ADADAD. Windows color (decimal): -3820973 or 5485253. OLE color: 5485253.

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

Color convert

RGB19717883-
CMYK00.100.580.23
HSL50º49.57%54.9%-
HSV(B)50º57.87%77.25%-
XYZ40.5144.3414.61-
YUV172.8577.29145.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.01%
GREEN value IS 178 (69.92% from 255) = 38.86%
BLUE value IS 83 (32.81% from 255) = 18.12%
R=43.01%
G=38.86%
B=18.12%

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
Decimal1971788300.100.580.235049.5754.9
HexC5B2530A3A17323237
Octal3052621230127227626267
Binary110001011011001010100110101011101010111110010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B253; }

 p { color: rgb(197,178,83); }

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

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

 a { background-color: rgb(197,178,83); }

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

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

 span { border-color: rgb(197,178,83); }

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