#C2AF48

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

Shades of Sundance #C2AF48

Tints of Sundance #C2AF48

Color information

#C2AF48 (or 0xC2AF48) is unknown color: approx Sundance. HEX triplet: C2, AF and 48. RGB value is (194,175,72). Sum of RGB (Red+Green+Blue) = 194+175+72=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF48 is #3D50B7. Grayscale: #A9A9A9. Windows color (decimal): -4018360 or 4763586. OLE color: 4763586.

HSL color Cylindrical-coordinate representation of color #C2AF48: hue angle of 50.66º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2AF48 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19417572-
CMYK00.100.630.24
HSL50.66º50%52.16%-
HSV(B)50.66º62.89%76.08%-
XYZ38.7542.612.31-
YUV168.9473.29145.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.99%
GREEN value IS 175 (68.75% from 255) = 39.68%
BLUE value IS 72 (28.52% from 255) = 16.33%
R=43.99%
G=39.68%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941757200.100.630.2450.665052.16
HexC2AF480A3F18333234
Octal3022571100127730636264
Binary110000101010111110010000101011111111000110011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AF48; }

 p { color: rgb(194,175,72); }

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

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

 a { background-color: rgb(194,175,72); }

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

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

 span { border-color: rgb(194,175,72); }

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