#C3B354

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

Shades of Sundance #C3B354

Tints of Sundance #C3B354

Color information

#C3B354 (or 0xC3B354) is unknown color: approx Sundance. HEX triplet: C3, B3 and 54. RGB value is (195,179,84). Sum of RGB (Red+Green+Blue) = 195+179+84=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B354 is #3C4CAB. Grayscale: #ADADAD. Windows color (decimal): -3951788 or 5551043. OLE color: 5551043.

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

Color convert

RGB19517984-
CMYK00.080.570.24
HSL51.35º48.05%54.71%-
HSV(B)51.35º56.92%76.47%-
XYZ40.2344.4814.85-
YUV172.9577.8143.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.58%
GREEN value IS 179 (70.31% from 255) = 39.08%
BLUE value IS 84 (33.20% from 255) = 18.34%
R=42.58%
G=39.08%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951798400.080.570.2451.3548.0554.71
HexC3B354083918333037
Octal3032631240107130636067
Binary110000111011001110101000100011100111000110011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B354; }

 p { color: rgb(195,179,84); }

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

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

 a { background-color: rgb(195,179,84); }

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

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

 span { border-color: rgb(195,179,84); }

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