#C8A452

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

Shades of Sundance #C8A452

Tints of Sundance #C8A452

Color information

#C8A452 (or 0xC8A452) is unknown color: approx Sundance. HEX triplet: C8, A4 and 52. RGB value is (200,164,82). Sum of RGB (Red+Green+Blue) = 200+164+82=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 82 (32.42% from 255 or 18.39% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A452 is #375BAD. Grayscale: #A5A5A5. Windows color (decimal): -3627950 or 5416136. OLE color: 5416136.

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

Color convert

RGB20016482-
CMYK00.180.590.22
HSL41.69º51.75%55.29%-
HSV(B)41.69º59%78.43%-
XYZ38.6239.4413.56-
YUV165.4280.93152.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.84%
GREEN value IS 164 (64.45% from 255) = 36.77%
BLUE value IS 82 (32.42% from 255) = 18.39%
R=44.84%
G=36.77%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001648200.180.590.2241.6951.7555.29
HexC8A4520123B162a3437
Octal3102441220227326526467
Binary1100100010100100101001001001011101110110101010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A452; }

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

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

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

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

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

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

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

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