#C19E4A

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

Shades of Sundance #C19E4A

Tints of Sundance #C19E4A

Color information

#C19E4A (or 0xC19E4A) is unknown color: approx Sundance. HEX triplet: C1, 9E and 4A. RGB value is (193,158,74). Sum of RGB (Red+Green+Blue) = 193+158+74=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19E4A is #3E61B5. Grayscale: #9F9F9F. Windows color (decimal): -4088246 or 4890305. OLE color: 4890305.

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

Color convert

RGB19315874-
CMYK00.180.620.24
HSL42.35º48.97%52.35%-
HSV(B)42.35º61.66%75.69%-
XYZ35.4636.2911.61-
YUV158.8980.1152.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.41%
GREEN value IS 158 (62.11% from 255) = 37.18%
BLUE value IS 74 (29.30% from 255) = 17.41%
R=45.41%
G=37.18%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931587400.180.620.2442.3548.9752.35
HexC19E4A0123E182a3134
Octal3012361120227630526164
Binary1100000110011110100101001001011111011000101010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19E4A; }

 p { color: rgb(193,158,74); }

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

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

 a { background-color: rgb(193,158,74); }

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

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

 span { border-color: rgb(193,158,74); }

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