#C8B451

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

Shades of Sundance #C8B451

Tints of Sundance #C8B451

Color information

#C8B451 (or 0xC8B451) is unknown color: approx Sundance. HEX triplet: C8, B4 and 51. RGB value is (200,180,81). Sum of RGB (Red+Green+Blue) = 200+180+81=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B451 is #374BAE. Grayscale: #AFAFAF. Windows color (decimal): -3623855 or 5354696. OLE color: 5354696.

HSL color Cylindrical-coordinate representation of color #C8B451: hue angle of 49.92º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8B451 is Cyan = 0, Magento = 0.1, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB20018081-
CMYK00.10.590.22
HSL49.92º51.97%55.1%-
HSV(B)49.92º59.5%78.43%-
XYZ41.6345.5214.38-
YUV174.6975.13146.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 180 (70.70% from 255) = 39.05%
BLUE value IS 81 (32.03% from 255) = 17.57%
R=43.38%
G=39.05%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001808100.10.590.2249.9251.9755.1
HexC8B4510A3B16323437
Octal3102641210127326626467
Binary110010001011010010100010101011101110110110010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B451; }

 p { color: rgb(200,180,81); }

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

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

 a { background-color: rgb(200,180,81); }

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

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

 span { border-color: rgb(200,180,81); }

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