#C3B646

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

Shades of Sundance #C3B646

Tints of Sundance #C3B646

Color information

#C3B646 (or 0xC3B646) is unknown color: approx Sundance. HEX triplet: C3, B6 and 46. RGB value is (195,182,70). Sum of RGB (Red+Green+Blue) = 195+182+70=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B646 is #3C49B9. Grayscale: #ADADAD. Windows color (decimal): -3951034 or 4634307. OLE color: 4634307.

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

Color convert

RGB19518270-
CMYK00.070.640.24
HSL53.76º51.02%51.96%-
HSV(B)53.76º64.1%76.47%-
XYZ40.3445.512.45-
YUV173.1269.81143.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.62%
GREEN value IS 182 (71.48% from 255) = 40.72%
BLUE value IS 70 (27.73% from 255) = 15.66%
R=43.62%
G=40.72%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951827000.070.640.2453.7651.0251.96
HexC3B646074018363334
Octal3032661060710030666364
Binary110000111011011010001100111100000011000110110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B646; }

 p { color: rgb(195,182,70); }

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

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

 a { background-color: rgb(195,182,70); }

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

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

 span { border-color: rgb(195,182,70); }

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