#C1B250

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

Shades of Sundance #C1B250

Tints of Sundance #C1B250

Color information

#C1B250 (or 0xC1B250) is unknown color: approx Sundance. HEX triplet: C1, B2 and 50. RGB value is (193,178,80). Sum of RGB (Red+Green+Blue) = 193+178+80=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B250 is #3E4DAF. Grayscale: #ABABAB. Windows color (decimal): -4083120 or 5288641. OLE color: 5288641.

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

Color convert

RGB19317880-
CMYK00.080.590.24
HSL52.04º47.68%53.53%-
HSV(B)52.04º58.55%75.69%-
XYZ39.3643.7613.96-
YUV171.3176.47143.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.79%
GREEN value IS 178 (69.92% from 255) = 39.47%
BLUE value IS 80 (31.64% from 255) = 17.74%
R=42.79%
G=39.47%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931788000.080.590.2452.0447.6853.53
HexC1B250083B18343036
Octal3012621200107330646066
Binary110000011011001010100000100011101111000110100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B250; }

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

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

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

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

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

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

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

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