#C1B04F

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

Shades of Sundance #C1B04F

Tints of Sundance #C1B04F

Color information

#C1B04F (or 0xC1B04F) is unknown color: approx Sundance. HEX triplet: C1, B0 and 4F. RGB value is (193,176,79). Sum of RGB (Red+Green+Blue) = 193+176+79=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B04F is #3E4FB0. Grayscale: #AAAAAA. Windows color (decimal): -4083633 or 5222593. OLE color: 5222593.

HSL color Cylindrical-coordinate representation of color #C1B04F: hue angle of 51.05º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1B04F is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB19317679-
CMYK00.090.590.24
HSL51.05º47.9%53.33%-
HSV(B)51.05º59.07%75.69%-
XYZ38.9342.9513.64-
YUV170.0276.63144.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.08%
GREEN value IS 176 (69.14% from 255) = 39.29%
BLUE value IS 79 (31.25% from 255) = 17.63%
R=43.08%
G=39.29%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931767900.090.590.2451.0547.953.33
HexC1B04F093B18333035
Octal3012601170117330636065
Binary110000011011000010011110100111101111000110011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B04F; }

 p { color: rgb(193,176,79); }

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

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

 a { background-color: rgb(193,176,79); }

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

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

 span { border-color: rgb(193,176,79); }

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