#C1A54B

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

Shades of Sundance #C1A54B

Tints of Sundance #C1A54B

Color information

#C1A54B (or 0xC1A54B) is unknown color: approx Sundance. HEX triplet: C1, A5 and 4B. RGB value is (193,165,75). Sum of RGB (Red+Green+Blue) = 193+165+75=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A54B is #3E5AB4. Grayscale: #A3A3A3. Windows color (decimal): -4086453 or 4957633. OLE color: 4957633.

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

Color convert

RGB19316575-
CMYK00.150.610.24
HSL45.76º48.76%52.55%-
HSV(B)45.76º61.14%75.69%-
XYZ36.7238.7612.2-
YUV163.1178.28149.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.57%
GREEN value IS 165 (64.84% from 255) = 38.11%
BLUE value IS 75 (29.69% from 255) = 17.32%
R=44.57%
G=38.11%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931657500.150.610.2445.7648.7652.55
HexC1A54B0F3D182e3135
Octal3012451130177530566165
Binary110000011010010110010110111111110111000101110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A54B; }

 p { color: rgb(193,165,75); }

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

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

 a { background-color: rgb(193,165,75); }

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

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

 span { border-color: rgb(193,165,75); }

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