#C8AE45

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

Shades of Sundance #C8AE45

Tints of Sundance #C8AE45

Color information

#C8AE45 (or 0xC8AE45) is unknown color: approx Sundance. HEX triplet: C8, AE and 45. RGB value is (200,174,69). Sum of RGB (Red+Green+Blue) = 200+174+69=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AE45 is #3751BA. Grayscale: #AAAAAA. Windows color (decimal): -3625403 or 4566728. OLE color: 4566728.

HSL color Cylindrical-coordinate representation of color #C8AE45: hue angle of 48.09º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8AE45 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB20017469-
CMYK00.130.660.22
HSL48.09º54.36%52.75%-
HSV(B)48.09º65.5%78.43%-
XYZ40.0342.9811.82-
YUV169.871.11149.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.15%
GREEN value IS 174 (68.36% from 255) = 39.28%
BLUE value IS 69 (27.34% from 255) = 15.58%
R=45.15%
G=39.28%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001746900.130.660.2248.0954.3652.75
HexC8AE450D4216303635
Octal31025610501510226606665
Binary1100100010101110100010101101100001010110110000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE45; }

 p { color: rgb(200,174,69); }

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

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

 a { background-color: rgb(200,174,69); }

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

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

 span { border-color: rgb(200,174,69); }

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