#C1B54C

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

Shades of Sundance #C1B54C

Tints of Sundance #C1B54C

Color information

#C1B54C (or 0xC1B54C) is unknown color: approx Sundance. HEX triplet: C1, B5 and 4C. RGB value is (193,181,76). Sum of RGB (Red+Green+Blue) = 193+181+76=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B54C is #3E4AB3. Grayscale: #ADADAD. Windows color (decimal): -4082356 or 5027265. OLE color: 5027265.

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

Color convert

RGB19318176-
CMYK00.060.610.24
HSL53.85º48.55%52.75%-
HSV(B)53.85º60.62%75.69%-
XYZ39.8244.9113.41-
YUV172.6273.48142.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.89%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 76 (30.08% from 255) = 16.89%
R=42.89%
G=40.22%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931817600.060.610.2453.8548.5552.75
HexC1B54C063D18363135
Octal301265114067530666165
Binary11000001101101011001100011011110111000110110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B54C; }

 p { color: rgb(193,181,76); }

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

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

 a { background-color: rgb(193,181,76); }

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

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

 span { border-color: rgb(193,181,76); }

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