#C1AF54

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

Shades of Sundance #C1AF54

Tints of Sundance #C1AF54

Color information

#C1AF54 (or 0xC1AF54) is unknown color: approx Sundance. HEX triplet: C1, AF and 54. RGB value is (193,175,84). Sum of RGB (Red+Green+Blue) = 193+175+84=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF54 is #3E50AB. Grayscale: #AAAAAA. Windows color (decimal): -4083884 or 5550017. OLE color: 5550017.

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

Color convert

RGB19317584-
CMYK00.090.560.24
HSL50.09º46.78%54.31%-
HSV(B)50.09º56.48%75.69%-
XYZ38.9242.6414.57-
YUV170.0179.46144.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.70%
GREEN value IS 175 (68.75% from 255) = 38.72%
BLUE value IS 84 (33.20% from 255) = 18.58%
R=42.70%
G=38.72%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931758400.090.560.2450.0946.7854.31
HexC1AF54093818322f36
Octal3012571240117030625766
Binary110000011010111110101000100111100011000110010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF54; }

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

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

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

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

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

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

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

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