#C8A151

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

Shades of Sundance #C8A151

Tints of Sundance #C8A151

Color information

#C8A151 (or 0xC8A151) is unknown color: approx Sundance. HEX triplet: C8, A1 and 51. RGB value is (200,161,81). Sum of RGB (Red+Green+Blue) = 200+161+81=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A151 is #375EAE. Grayscale: #A3A3A3. Windows color (decimal): -3628719 or 5349832. OLE color: 5349832.

HSL color Cylindrical-coordinate representation of color #C8A151: hue angle of 40.34º 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 #C8A151 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB20016181-
CMYK00.190.590.22
HSL40.34º51.97%55.1%-
HSV(B)40.34º59.5%78.43%-
XYZ38.0538.3613.18-
YUV163.5481.42154-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.25%
GREEN value IS 161 (63.28% from 255) = 36.43%
BLUE value IS 81 (32.03% from 255) = 18.33%
R=45.25%
G=36.43%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001618100.190.590.2240.3451.9755.1
HexC8A1510133B16283437
Octal3102411210237326506467
Binary1100100010100001101000101001111101110110101000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A151; }

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

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

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

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

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

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

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

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