#C4AB42

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

Shades of Sundance #C4AB42

Tints of Sundance #C4AB42

Color information

#C4AB42 (or 0xC4AB42) is unknown color: approx Sundance. HEX triplet: C4, AB and 42. RGB value is (196,171,66). Sum of RGB (Red+Green+Blue) = 196+171+66=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB42 is #3B54BD. Grayscale: #A6A6A6. Windows color (decimal): -3888318 or 4369348. OLE color: 4369348.

HSL color Cylindrical-coordinate representation of color #C4AB42: hue angle of 48.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4AB42 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB19617166-
CMYK00.130.660.23
HSL48.46º52.42%51.37%-
HSV(B)48.46º66.33%76.86%-
XYZ38.3141.2511.1-
YUV166.571.28149.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.27%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 66 (26.17% from 255) = 15.24%
R=45.27%
G=39.49%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961716600.130.660.2348.4652.4251.37
HexC4AB420D4217303433
Octal30425310201510227606463
Binary1100010010101011100001001101100001010111110000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AB42; }

 p { color: rgb(196,171,66); }

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

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

 a { background-color: rgb(196,171,66); }

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

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

 span { border-color: rgb(196,171,66); }

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