#c1af52

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

Shades of Sundance #C1AF52

Tints of Sundance #C1AF52

Color information

#C1AF52 (or 0xC1AF52) is unknown color: approx Sundance. HEX triplet: C1, AF and 52. RGB value is (193,175,82). Sum of RGB (Red+Green+Blue) = 193+175+82=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF52 is #3E50AD. Grayscale: #AAAAAA. Windows color (decimal): -4083886 or 5418945. OLE color: 5418945.

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

Color convert

RGB19317582-
CMYK00.090.580.24
HSL50.27º47.23%53.92%-
HSV(B)50.27º57.51%75.69%-
XYZ38.8542.6114.16-
YUV169.7878.46144.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.89%
GREEN value IS 175 (68.75% from 255) = 38.89%
BLUE value IS 82 (32.42% from 255) = 18.22%
R=42.89%
G=38.89%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931758200.090.580.2450.2747.2353.92
HexC1AF52093A18322f36
Octal3012571220117230625766
Binary110000011010111110100100100111101011000110010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1af52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1af52; }

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

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

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

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

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

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

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

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