#C8B154

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

Shades of Sundance #C8B154

Tints of Sundance #C8B154

Color information

#C8B154 (or 0xC8B154) is unknown color: approx Sundance. HEX triplet: C8, B1 and 54. RGB value is (200,177,84). Sum of RGB (Red+Green+Blue) = 200+177+84=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B154 is #374EAB. Grayscale: #ADADAD. Windows color (decimal): -3624620 or 5550536. OLE color: 5550536.

HSL color Cylindrical-coordinate representation of color #C8B154: hue angle of 48.1º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8B154 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB20017784-
CMYK00.120.580.22
HSL48.1º51.33%55.69%-
HSV(B)48.1º58%78.43%-
XYZ41.1444.3614.78-
YUV173.2877.62147.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 177 (69.53% from 255) = 38.39%
BLUE value IS 84 (33.20% from 255) = 18.22%
R=43.38%
G=38.39%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001778400.120.580.2248.151.3355.69
HexC8B1540C3A16303338
Octal3102611240147226606370
Binary110010001011000110101000110011101010110110000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B154; }

 p { color: rgb(200,177,84); }

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

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

 a { background-color: rgb(200,177,84); }

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

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

 span { border-color: rgb(200,177,84); }

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