#c7b556

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

Shades of Sundance #C7B556

Tints of Sundance #C7B556

Color information

#C7B556 (or 0xC7B556) is unknown color: approx Sundance. HEX triplet: C7, B5 and 56. RGB value is (199,181,86). Sum of RGB (Red+Green+Blue) = 199+181+86=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B556 is #384AA9. Grayscale: #AFAFAF. Windows color (decimal): -3689130 or 5682631. OLE color: 5682631.

HSL color Cylindrical-coordinate representation of color #C7B556: hue angle of 50.44º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7B556 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB19918186-
CMYK00.090.570.22
HSL50.44º50.22%55.88%-
HSV(B)50.44º56.78%78.04%-
XYZ41.7645.8615.46-
YUV175.5577.46144.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.70%
GREEN value IS 181 (71.09% from 255) = 38.84%
BLUE value IS 86 (33.98% from 255) = 18.45%
R=42.70%
G=38.84%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991818600.090.570.2250.4450.2255.88
HexC7B556093916323238
Octal3072651260117126626270
Binary110001111011010110101100100111100110110110010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7b556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7b556; }

 p { color: rgb(199,181,86); }

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

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

 a { background-color: rgb(199,181,86); }

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

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

 span { border-color: rgb(199,181,86); }

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