#C3B950

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

Shades of Sundance #C3B950

Tints of Sundance #C3B950

Color information

#C3B950 (or 0xC3B950) is unknown color: approx Sundance. HEX triplet: C3, B9 and 50. RGB value is (195,185,80). Sum of RGB (Red+Green+Blue) = 195+185+80=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B950 is #3C46AF. Grayscale: #B0B0B0. Windows color (decimal): -3950256 or 5290435. OLE color: 5290435.

HSL color Cylindrical-coordinate representation of color #C3B950: hue angle of 54.78º 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 #C3B950 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB19518580-
CMYK00.050.590.24
HSL54.78º48.94%53.92%-
HSV(B)54.78º58.97%76.47%-
XYZ41.346.8814.46-
YUV176.0273.81141.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.39%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 80 (31.64% from 255) = 17.39%
R=42.39%
G=40.22%
B=17.39%

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
Decimal1951858000.050.590.2454.7848.9453.92
HexC3B950053B18373136
Octal303271120057330676166
Binary11000011101110011010000010111101111000110111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B950; }

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

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

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

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

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

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

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

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