#C4B355

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

Shades of Sundance #C4B355

Tints of Sundance #C4B355

Color information

#C4B355 (or 0xC4B355) is unknown color: approx Sundance. HEX triplet: C4, B3 and 55. RGB value is (196,179,85). Sum of RGB (Red+Green+Blue) = 196+179+85=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B355 is #3B4CAA. Grayscale: #ADADAD. Windows color (decimal): -3886251 or 5616580. OLE color: 5616580.

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

Color convert

RGB19617985-
CMYK00.090.570.23
HSL50.81º48.47%55.1%-
HSV(B)50.81º56.63%76.86%-
XYZ40.5244.6315.07-
YUV173.3778.13144.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.61%
GREEN value IS 179 (70.31% from 255) = 38.91%
BLUE value IS 85 (33.59% from 255) = 18.48%
R=42.61%
G=38.91%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961798500.090.570.2350.8148.4755.1
HexC4B355093917333037
Octal3042631250117127636067
Binary110001001011001110101010100111100110111110011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B355; }

 p { color: rgb(196,179,85); }

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

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

 a { background-color: rgb(196,179,85); }

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

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

 span { border-color: rgb(196,179,85); }

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