#C8B94E

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

Shades of Sundance #C8B94E

Tints of Sundance #C8B94E

Color information

#C8B94E (or 0xC8B94E) is unknown color: approx Sundance. HEX triplet: C8, B9 and 4E. RGB value is (200,185,78). Sum of RGB (Red+Green+Blue) = 200+185+78=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B94E is #3746B1. Grayscale: #B1B1B1. Windows color (decimal): -3622578 or 5159368. OLE color: 5159368.

HSL color Cylindrical-coordinate representation of color #C8B94E: hue angle of 52.62º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8B94E is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB20018578-
CMYK00.080.610.22
HSL52.62º52.59%54.51%-
HSV(B)52.62º61%78.43%-
XYZ42.5447.5314.14-
YUV177.2971.97144.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.20%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 78 (30.86% from 255) = 16.85%
R=43.20%
G=39.96%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001857800.080.610.2252.6252.5954.51
HexC8B94E083D16353537
Octal3102711160107526656567
Binary110010001011100110011100100011110110110110101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B94E; }

 p { color: rgb(200,185,78); }

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

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

 a { background-color: rgb(200,185,78); }

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

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

 span { border-color: rgb(200,185,78); }

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