#C19F48

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

Shades of Sundance #C19F48

Tints of Sundance #C19F48

Color information

#C19F48 (or 0xC19F48) is unknown color: approx Sundance. HEX triplet: C1, 9F and 48. RGB value is (193,159,72). Sum of RGB (Red+Green+Blue) = 193+159+72=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19F48 is #3E60B7. Grayscale: #9F9F9F. Windows color (decimal): -4087992 or 4759489. OLE color: 4759489.

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

Color convert

RGB19315972-
CMYK00.180.630.24
HSL43.14º49.39%51.96%-
HSV(B)43.14º62.69%75.69%-
XYZ35.5636.611.32-
YUV159.2578.76152.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.52%
GREEN value IS 159 (62.5% from 255) = 37.5%
BLUE value IS 72 (28.52% from 255) = 16.98%
R=45.52%
G=37.5%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931597200.180.630.2443.1449.3951.96
HexC19F480123F182b3134
Octal3012371100227730536164
Binary1100000110011111100100001001011111111000101011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19F48; }

 p { color: rgb(193,159,72); }

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

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

 a { background-color: rgb(193,159,72); }

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

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

 span { border-color: rgb(193,159,72); }

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