#C3BA50

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

Shades of Sundance #C3BA50

Tints of Sundance #C3BA50

Color information

#C3BA50 (or 0xC3BA50) is unknown color: approx Sundance. HEX triplet: C3, BA and 50. RGB value is (195,186,80). Sum of RGB (Red+Green+Blue) = 195+186+80=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA50 is #3C45AF. Grayscale: #B1B1B1. Windows color (decimal): -3950000 or 5290691. OLE color: 5290691.

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

Color convert

RGB19518680-
CMYK00.050.590.24
HSL55.3º48.94%53.92%-
HSV(B)55.3º58.97%76.47%-
XYZ41.5147.314.53-
YUV176.6173.48141.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.30%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 80 (31.64% from 255) = 17.35%
R=42.30%
G=40.35%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951868000.050.590.2455.348.9453.92
HexC3BA50053B18373136
Octal303272120057330676166
Binary11000011101110101010000010111101111000110111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA50; }

 p { color: rgb(195,186,80); }

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

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

 a { background-color: rgb(195,186,80); }

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

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

 span { border-color: rgb(195,186,80); }

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