#C1B351

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

Shades of Sundance #C1B351

Tints of Sundance #C1B351

Color information

#C1B351 (or 0xC1B351) is unknown color: approx Sundance. HEX triplet: C1, B3 and 51. RGB value is (193,179,81). Sum of RGB (Red+Green+Blue) = 193+179+81=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B351 is #3E4CAE. Grayscale: #ACACAC. Windows color (decimal): -4082863 or 5354433. OLE color: 5354433.

HSL color Cylindrical-coordinate representation of color #C1B351: hue angle of 52.5º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1B351 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19317981-
CMYK00.070.580.24
HSL52.5º47.46%53.73%-
HSV(B)52.5º58.03%75.69%-
XYZ39.644.1714.22-
YUV172.0176.64142.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.60%
GREEN value IS 179 (70.31% from 255) = 39.51%
BLUE value IS 81 (32.03% from 255) = 17.88%
R=42.60%
G=39.51%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931798100.070.580.2452.547.4653.73
HexC1B351073A18342f36
Octal301263121077230645766
Binary11000001101100111010001011111101011000110100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B351; }

 p { color: rgb(193,179,81); }

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

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

 a { background-color: rgb(193,179,81); }

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

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

 span { border-color: rgb(193,179,81); }

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