#C1B054

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

Shades of Sundance #C1B054

Tints of Sundance #C1B054

Color information

#C1B054 (or 0xC1B054) is unknown color: approx Sundance. HEX triplet: C1, B0 and 54. RGB value is (193,176,84). Sum of RGB (Red+Green+Blue) = 193+176+84=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B054 is #3E4FAB. Grayscale: #AAAAAA. Windows color (decimal): -4083628 or 5550273. OLE color: 5550273.

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

Color convert

RGB19317684-
CMYK00.090.560.24
HSL50.64º46.78%54.31%-
HSV(B)50.64º56.48%75.69%-
XYZ39.1243.0314.63-
YUV170.679.13143.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.60%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 84 (33.20% from 255) = 18.54%
R=42.60%
G=38.85%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931768400.090.560.2450.6446.7854.31
HexC1B054093818332f36
Octal3012601240117030635766
Binary110000011011000010101000100111100011000110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B054; }

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

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

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

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

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

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

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

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