#C4B94B

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

Shades of Sundance #C4B94B

Tints of Sundance #C4B94B

Color information

#C4B94B (or 0xC4B94B) is unknown color: approx Sundance. HEX triplet: C4, B9 and 4B. RGB value is (196,185,75). Sum of RGB (Red+Green+Blue) = 196+185+75=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B94B is #3B46B4. Grayscale: #B0B0B0. Windows color (decimal): -3884725 or 4962756. OLE color: 4962756.

HSL color Cylindrical-coordinate representation of color #C4B94B: hue angle of 54.55º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4B94B is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19618575-
CMYK00.060.620.23
HSL54.55º50.63%53.14%-
HSV(B)54.55º61.73%76.86%-
XYZ41.3846.9413.54-
YUV175.7571.14142.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.98%
GREEN value IS 185 (72.66% from 255) = 40.57%
BLUE value IS 75 (29.69% from 255) = 16.45%
R=42.98%
G=40.57%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961857500.060.620.2354.5550.6353.14
HexC4B94B063E17373335
Octal304271113067627676365
Binary11000100101110011001011011011111010111110111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B94B; }

 p { color: rgb(196,185,75); }

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

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

 a { background-color: rgb(196,185,75); }

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

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

 span { border-color: rgb(196,185,75); }

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