#C1B147

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

Shades of Sundance #C1B147

Tints of Sundance #C1B147

Color information

#C1B147 (or 0xC1B147) is unknown color: approx Sundance. HEX triplet: C1, B1 and 47. RGB value is (193,177,71). Sum of RGB (Red+Green+Blue) = 193+177+71=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B147 is #3E4EB8. Grayscale: #AAAAAA. Windows color (decimal): -4083385 or 4698561. OLE color: 4698561.

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

Color convert

RGB19317771-
CMYK00.080.630.24
HSL52.13º49.59%51.76%-
HSV(B)52.13º63.21%75.69%-
XYZ38.8543.2412.26-
YUV169.772.3144.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.76%
GREEN value IS 177 (69.53% from 255) = 40.14%
BLUE value IS 71 (28.12% from 255) = 16.10%
R=43.76%
G=40.14%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931777100.080.630.2452.1349.5951.76
HexC1B147083F18343234
Octal3012611070107730646264
Binary110000011011000110001110100011111111000110100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B147; }

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

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

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

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

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

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

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

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