#C1B650

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

Shades of Sundance #C1B650

Tints of Sundance #C1B650

Color information

#C1B650 (or 0xC1B650) is unknown color: approx Sundance. HEX triplet: C1, B6 and 50. RGB value is (193,182,80). Sum of RGB (Red+Green+Blue) = 193+182+80=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B650 is #3E49AF. Grayscale: #AEAEAE. Windows color (decimal): -4082096 or 5289665. OLE color: 5289665.

HSL color Cylindrical-coordinate representation of color #C1B650: hue angle of 54.16º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1B650 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB19318280-
CMYK00.060.590.24
HSL54.16º47.68%53.53%-
HSV(B)54.16º58.55%75.69%-
XYZ40.1745.3714.23-
YUV173.6675.14141.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 182 (71.48% from 255) = 40%
BLUE value IS 80 (31.64% from 255) = 17.58%
R=42.42%
G=40%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931828000.060.590.2454.1647.6853.53
HexC1B650063B18363036
Octal301266120067330666066
Binary11000001101101101010000011011101111000110110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B650; }

 p { color: rgb(193,182,80); }

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

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

 a { background-color: rgb(193,182,80); }

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

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

 span { border-color: rgb(193,182,80); }

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