#C1B44D

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

Shades of Sundance #C1B44D

Tints of Sundance #C1B44D

Color information

#C1B44D (or 0xC1B44D) is unknown color: approx Sundance. HEX triplet: C1, B4 and 4D. RGB value is (193,180,77). Sum of RGB (Red+Green+Blue) = 193+180+77=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B44D is #3E4BB2. Grayscale: #ACACAC. Windows color (decimal): -4082611 or 5092545. OLE color: 5092545.

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

Color convert

RGB19318077-
CMYK00.070.600.24
HSL53.28º48.33%52.94%-
HSV(B)53.28º60.1%75.69%-
XYZ39.6544.5213.52-
YUV172.1474.31142.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.89%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 77 (30.47% from 255) = 17.11%
R=42.89%
G=40%
B=17.11%

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
Decimal1931807700.070.600.2453.2848.3352.94
HexC1B44D073C18353035
Octal301264115077430656065
Binary11000001101101001001101011111110011000110101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B44D; }

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

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

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

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

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

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

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

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