#C1AF4F

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

Shades of Sundance #C1AF4F

Tints of Sundance #C1AF4F

Color information

#C1AF4F (or 0xC1AF4F) is unknown color: approx Sundance. HEX triplet: C1, AF and 4F. RGB value is (193,175,79). Sum of RGB (Red+Green+Blue) = 193+175+79=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF4F is #3E50B0. Grayscale: #A9A9A9. Windows color (decimal): -4083889 or 5222337. OLE color: 5222337.

HSL color Cylindrical-coordinate representation of color #C1AF4F: hue angle of 50.53º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1AF4F is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB19317579-
CMYK00.090.590.24
HSL50.53º47.9%53.33%-
HSV(B)50.53º59.07%75.69%-
XYZ38.7342.5613.57-
YUV169.4476.96144.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 175 (68.75% from 255) = 39.15%
BLUE value IS 79 (31.25% from 255) = 17.67%
R=43.18%
G=39.15%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931757900.090.590.2450.5347.953.33
HexC1AF4F093B18333035
Octal3012571170117330636065
Binary110000011010111110011110100111101111000110011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF4F; }

 p { color: rgb(193,175,79); }

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

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

 a { background-color: rgb(193,175,79); }

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

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

 span { border-color: rgb(193,175,79); }

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