#C7A14B

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

Shades of Sundance #C7A14B

Tints of Sundance #C7A14B

Color information

#C7A14B (or 0xC7A14B) is unknown color: approx Sundance. HEX triplet: C7, A1 and 4B. RGB value is (199,161,75). Sum of RGB (Red+Green+Blue) = 199+161+75=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A14B is #385EB4. Grayscale: #A2A2A2. Windows color (decimal): -3694261 or 4956615. OLE color: 4956615.

HSL color Cylindrical-coordinate representation of color #C7A14B: hue angle of 41.61º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7A14B is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19916175-
CMYK00.190.620.22
HSL41.61º52.54%53.73%-
HSV(B)41.61º62.31%78.04%-
XYZ37.5738.1412.04-
YUV162.5678.59153.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.75%
GREEN value IS 161 (63.28% from 255) = 37.01%
BLUE value IS 75 (29.69% from 255) = 17.24%
R=45.75%
G=37.01%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991617500.190.620.2241.6152.5453.73
HexC7A14B0133E162a3536
Octal3072411130237626526566
Binary1100011110100001100101101001111111010110101010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A14B; }

 p { color: rgb(199,161,75); }

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

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

 a { background-color: rgb(199,161,75); }

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

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

 span { border-color: rgb(199,161,75); }

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