#C1B145

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

Shades of Sundance #C1B145

Tints of Sundance #C1B145

Color information

#C1B145 (or 0xC1B145) is unknown color: approx Sundance. HEX triplet: C1, B1 and 45. RGB value is (193,177,69). Sum of RGB (Red+Green+Blue) = 193+177+69=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B145 is #3E4EBA. Grayscale: #A9A9A9. Windows color (decimal): -4083387 or 4567489. OLE color: 4567489.

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

Color convert

RGB19317769-
CMYK00.080.640.24
HSL52.26º50%51.37%-
HSV(B)52.26º64.25%75.69%-
XYZ38.7943.2111.93-
YUV169.4771.3144.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.96%
GREEN value IS 177 (69.53% from 255) = 40.32%
BLUE value IS 69 (27.34% from 255) = 15.72%
R=43.96%
G=40.32%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931776900.080.640.2452.265051.37
HexC1B145084018343233
Octal30126110501010030646263
Binary1100000110110001100010101000100000011000110100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B145; }

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

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

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

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

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

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

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

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