#C3AF55

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

Shades of Sundance #C3AF55

Tints of Sundance #C3AF55

Color information

#C3AF55 (or 0xC3AF55) is unknown color: approx Sundance. HEX triplet: C3, AF and 55. RGB value is (195,175,85). Sum of RGB (Red+Green+Blue) = 195+175+85=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF55 is #3C50AA. Grayscale: #ABABAB. Windows color (decimal): -3952811 or 5615555. OLE color: 5615555.

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

Color convert

RGB19517585-
CMYK00.100.560.24
HSL49.09º47.83%54.9%-
HSV(B)49.09º56.41%76.47%-
XYZ39.4842.9214.8-
YUV170.7279.63145.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 85 (33.59% from 255) = 18.68%
R=42.86%
G=38.46%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951758500.100.560.2449.0947.8354.9
HexC3AF550A3818313037
Octal3032571250127030616067
Binary110000111010111110101010101011100011000110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AF55; }

 p { color: rgb(195,175,85); }

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

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

 a { background-color: rgb(195,175,85); }

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

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

 span { border-color: rgb(195,175,85); }

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