#C1B750

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

Shades of Sundance #C1B750

Tints of Sundance #C1B750

Color information

#C1B750 (or 0xC1B750) is unknown color: approx Sundance. HEX triplet: C1, B7 and 50. RGB value is (193,183,80). Sum of RGB (Red+Green+Blue) = 193+183+80=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B750 is #3E48AF. Grayscale: #AEAEAE. Windows color (decimal): -4081840 or 5289921. OLE color: 5289921.

HSL color Cylindrical-coordinate representation of color #C1B750: hue angle of 54.69º 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 #C1B750 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB19318380-
CMYK00.050.590.24
HSL54.69º47.68%53.53%-
HSV(B)54.69º58.55%75.69%-
XYZ40.3745.7814.3-
YUV174.2574.81141.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.32%
GREEN value IS 183 (71.88% from 255) = 40.13%
BLUE value IS 80 (31.64% from 255) = 17.54%
R=42.32%
G=40.13%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931838000.050.590.2454.6947.6853.53
HexC1B750053B18373036
Octal301267120057330676066
Binary11000001101101111010000010111101111000110111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B750; }

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

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

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

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

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

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

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

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