#C1B947

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

Shades of Sundance #C1B947

Tints of Sundance #C1B947

Color information

#C1B947 (or 0xC1B947) is unknown color: approx Sundance. HEX triplet: C1, B9 and 47. RGB value is (193,185,71). Sum of RGB (Red+Green+Blue) = 193+185+71=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B947 is #3E46B8. Grayscale: #AEAEAE. Windows color (decimal): -4081337 or 4700609. OLE color: 4700609.

HSL color Cylindrical-coordinate representation of color #C1B947: hue angle of 56.07º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C1B947 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19318571-
CMYK00.040.630.24
HSL56.07º49.59%51.76%-
HSV(B)56.07º63.21%75.69%-
XYZ40.4846.4912.8-
YUV174.469.65141.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.98%
GREEN value IS 185 (72.66% from 255) = 41.20%
BLUE value IS 71 (28.12% from 255) = 15.81%
R=42.98%
G=41.20%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931857100.040.630.2456.0749.5951.76
HexC1B947043F18383234
Octal301271107047730706264
Binary11000001101110011000111010011111111000111000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B947; }

 p { color: rgb(193,185,71); }

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

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

 a { background-color: rgb(193,185,71); }

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

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

 span { border-color: rgb(193,185,71); }

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