#C4B057

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

Shades of Sundance #C4B057

Tints of Sundance #C4B057

Color information

#C4B057 (or 0xC4B057) is unknown color: approx Sundance. HEX triplet: C4, B0 and 57. RGB value is (196,176,87). Sum of RGB (Red+Green+Blue) = 196+176+87=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 87 (34.38% from 255 or 18.95% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B057 is #3B4FA8. Grayscale: #ACACAC. Windows color (decimal): -3887017 or 5746884. OLE color: 5746884.

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

Color convert

RGB19617687-
CMYK00.100.560.23
HSL48.99º48.02%55.49%-
HSV(B)48.99º55.61%76.86%-
XYZ40.0143.4715.3-
YUV171.8380.13145.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.70%
GREEN value IS 176 (69.14% from 255) = 38.34%
BLUE value IS 87 (34.38% from 255) = 18.95%
R=42.70%
G=38.34%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961768700.100.560.2348.9948.0255.49
HexC4B0570A3817313037
Octal3042601270127027616067
Binary110001001011000010101110101011100010111110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B057; }

 p { color: rgb(196,176,87); }

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

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

 a { background-color: rgb(196,176,87); }

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

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

 span { border-color: rgb(196,176,87); }

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