#C1B34D

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

Shades of Sundance #C1B34D

Tints of Sundance #C1B34D

Color information

#C1B34D (or 0xC1B34D) is unknown color: approx Sundance. HEX triplet: C1, B3 and 4D. RGB value is (193,179,77). Sum of RGB (Red+Green+Blue) = 193+179+77=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B34D is #3E4CB2. Grayscale: #ABABAB. Windows color (decimal): -4082867 or 5092289. OLE color: 5092289.

HSL color Cylindrical-coordinate representation of color #C1B34D: hue angle of 52.76º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1B34D is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19317977-
CMYK00.070.600.24
HSL52.76º48.33%52.94%-
HSV(B)52.76º60.1%75.69%-
XYZ39.4544.1113.46-
YUV171.5674.64143.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.98%
GREEN value IS 179 (70.31% from 255) = 39.87%
BLUE value IS 77 (30.47% from 255) = 17.15%
R=42.98%
G=39.87%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931797700.070.600.2452.7648.3352.94
HexC1B34D073C18353035
Octal301263115077430656065
Binary11000001101100111001101011111110011000110101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B34D; }

 p { color: rgb(193,179,77); }

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

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

 a { background-color: rgb(193,179,77); }

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

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

 span { border-color: rgb(193,179,77); }

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