#C4AF4B

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

Shades of Sundance #C4AF4B

Tints of Sundance #C4AF4B

Color information

#C4AF4B (or 0xC4AF4B) is unknown color: approx Sundance. HEX triplet: C4, AF and 4B. RGB value is (196,175,75). Sum of RGB (Red+Green+Blue) = 196+175+75=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 75 (29.69% from 255 or 16.82% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF4B is #3B50B4. Grayscale: #AAAAAA. Windows color (decimal): -3887285 or 4960196. OLE color: 4960196.

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

Color convert

RGB19617575-
CMYK00.110.620.23
HSL49.59º50.63%53.14%-
HSV(B)49.59º61.73%76.86%-
XYZ39.3642.912.86-
YUV169.8874.46146.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.95%
GREEN value IS 175 (68.75% from 255) = 39.24%
BLUE value IS 75 (29.69% from 255) = 16.82%
R=43.95%
G=39.24%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961757500.110.620.2349.5950.6353.14
HexC4AF4B0B3E17323335
Octal3042571130137627626365
Binary110001001010111110010110101111111010111110010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AF4B; }

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

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

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

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

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

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

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

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