#C3AB45

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

Shades of Sundance #C3AB45

Tints of Sundance #C3AB45

Color information

#C3AB45 (or 0xC3AB45) is unknown color: approx Sundance. HEX triplet: C3, AB and 45. RGB value is (195,171,69). Sum of RGB (Red+Green+Blue) = 195+171+69=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AB45 is #3C54BA. Grayscale: #A6A6A6. Windows color (decimal): -3953851 or 4565955. OLE color: 4565955.

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

Color convert

RGB19517169-
CMYK00.120.650.24
HSL48.57º51.22%51.76%-
HSV(B)48.57º64.62%76.47%-
XYZ38.1441.1611.56-
YUV166.5572.95148.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.83%
GREEN value IS 171 (67.19% from 255) = 39.31%
BLUE value IS 69 (27.34% from 255) = 15.86%
R=44.83%
G=39.31%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951716900.120.650.2448.5751.2251.76
HexC3AB450C4118313334
Octal30325310501410130616364
Binary1100001110101011100010101100100000111000110001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AB45; }

 p { color: rgb(195,171,69); }

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

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

 a { background-color: rgb(195,171,69); }

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

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

 span { border-color: rgb(195,171,69); }

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