#C8AF45

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

Shades of Sundance #C8AF45

Tints of Sundance #C8AF45

Color information

#C8AF45 (or 0xC8AF45) is unknown color: approx Sundance. HEX triplet: C8, AF and 45. RGB value is (200,175,69). Sum of RGB (Red+Green+Blue) = 200+175+69=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AF45 is #3750BA. Grayscale: #AAAAAA. Windows color (decimal): -3625147 or 4566984. OLE color: 4566984.

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

Color convert

RGB20017569-
CMYK00.120.660.22
HSL48.55º54.36%52.75%-
HSV(B)48.55º65.5%78.43%-
XYZ40.2243.3711.88-
YUV170.3970.78149.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 69 (27.34% from 255) = 15.54%
R=45.05%
G=39.41%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001756900.120.660.2248.5554.3652.75
HexC8AF450C4216313635
Octal31025710501410226616665
Binary1100100010101111100010101100100001010110110001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AF45; }

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

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

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

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

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

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

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

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