#C8B052

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

Shades of Sundance #C8B052

Tints of Sundance #C8B052

Color information

#C8B052 (or 0xC8B052) is unknown color: approx Sundance. HEX triplet: C8, B0 and 52. RGB value is (200,176,82). Sum of RGB (Red+Green+Blue) = 200+176+82=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B052 is #374FAD. Grayscale: #ACACAC. Windows color (decimal): -3624878 or 5419208. OLE color: 5419208.

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

Color convert

RGB20017682-
CMYK00.120.590.22
HSL47.8º51.75%55.29%-
HSV(B)47.8º59%78.43%-
XYZ40.8743.9414.31-
YUV172.4676.95147.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.67%
GREEN value IS 176 (69.14% from 255) = 38.43%
BLUE value IS 82 (32.42% from 255) = 17.90%
R=43.67%
G=38.43%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001768200.120.590.2247.851.7555.29
HexC8B0520C3B16303437
Octal3102601220147326606467
Binary110010001011000010100100110011101110110110000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B052; }

 p { color: rgb(200,176,82); }

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

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

 a { background-color: rgb(200,176,82); }

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

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

 span { border-color: rgb(200,176,82); }

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