#C4AF55

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

Shades of Sundance #C4AF55

Tints of Sundance #C4AF55

Color information

#C4AF55 (or 0xC4AF55) is unknown color: approx Sundance. HEX triplet: C4, AF and 55. RGB value is (196,175,85). Sum of RGB (Red+Green+Blue) = 196+175+85=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF55 is #3B50AA. Grayscale: #ABABAB. Windows color (decimal): -3887275 or 5615556. OLE color: 5615556.

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

Color convert

RGB19617585-
CMYK00.110.570.23
HSL48.65º48.47%55.1%-
HSV(B)48.65º56.63%76.86%-
XYZ39.7343.0514.81-
YUV171.0279.46145.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.98%
GREEN value IS 175 (68.75% from 255) = 38.38%
BLUE value IS 85 (33.59% from 255) = 18.64%
R=42.98%
G=38.38%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961758500.110.570.2348.6548.4755.1
HexC4AF550B3917313037
Octal3042571250137127616067
Binary110001001010111110101010101111100110111110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AF55; }

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

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

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

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

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

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

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

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