#C4B353

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

Shades of Sundance #C4B353

Tints of Sundance #C4B353

Color information

#C4B353 (or 0xC4B353) is unknown color: approx Sundance. HEX triplet: C4, B3 and 53. RGB value is (196,179,83). Sum of RGB (Red+Green+Blue) = 196+179+83=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B353 is #3B4CAC. Grayscale: #ADADAD. Windows color (decimal): -3886253 or 5485508. OLE color: 5485508.

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

Color convert

RGB19617983-
CMYK00.090.580.23
HSL50.97º48.92%54.71%-
HSV(B)50.97º57.65%76.86%-
XYZ40.4544.614.66-
YUV173.1477.13144.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.79%
GREEN value IS 179 (70.31% from 255) = 39.08%
BLUE value IS 83 (32.81% from 255) = 18.12%
R=42.79%
G=39.08%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961798300.090.580.2350.9748.9254.71
HexC4B353093A17333137
Octal3042631230117227636167
Binary110001001011001110100110100111101010111110011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B353; }

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

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

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

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

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

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

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

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