#C1B150

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

Shades of Sundance #C1B150

Tints of Sundance #C1B150

Color information

#C1B150 (or 0xC1B150) is unknown color: approx Sundance. HEX triplet: C1, B1 and 50. RGB value is (193,177,80). Sum of RGB (Red+Green+Blue) = 193+177+80=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B150 is #3E4EAF. Grayscale: #ABABAB. Windows color (decimal): -4083376 or 5288385. OLE color: 5288385.

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

Color convert

RGB19317780-
CMYK00.080.590.24
HSL51.5º47.68%53.53%-
HSV(B)51.5º58.55%75.69%-
XYZ39.1643.3613.89-
YUV170.7376.8143.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.89%
GREEN value IS 177 (69.53% from 255) = 39.33%
BLUE value IS 80 (31.64% from 255) = 17.78%
R=42.89%
G=39.33%
B=17.78%

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
Decimal1931778000.080.590.2451.547.6853.53
HexC1B150083B18343036
Octal3012611200107330646066
Binary110000011011000110100000100011101111000110100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B150; }

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

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

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

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

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

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

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

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