#C4AF45

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

Shades of Sundance #C4AF45

Tints of Sundance #C4AF45

Color information

#C4AF45 (or 0xC4AF45) is unknown color: approx Sundance. HEX triplet: C4, AF and 45. RGB value is (196,175,69). Sum of RGB (Red+Green+Blue) = 196+175+69=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 69 (27.34% from 255 or 15.68% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF45 is #3B50BA. Grayscale: #A9A9A9. Windows color (decimal): -3887291 or 4566980. OLE color: 4566980.

HSL color Cylindrical-coordinate representation of color #C4AF45: hue angle of 50.08º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4AF45 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB19617569-
CMYK00.110.650.23
HSL50.08º51.84%51.96%-
HSV(B)50.08º64.8%76.86%-
XYZ39.1742.8311.83-
YUV169.271.46147.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.55%
GREEN value IS 175 (68.75% from 255) = 39.77%
BLUE value IS 69 (27.34% from 255) = 15.68%
R=44.55%
G=39.77%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961756900.110.650.2350.0851.8451.96
HexC4AF450B4117323434
Octal30425710501310127626464
Binary1100010010101111100010101011100000110111110010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AF45; }

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

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

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

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

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

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

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

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