#C1663D

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

Shades of Ecstasy #C1663D

Tints of Ecstasy #C1663D

Color information

#C1663D (or 0xC1663D) is unknown color: approx Ecstasy. HEX triplet: C1, 66 and 3D. RGB value is (193,102,61). Sum of RGB (Red+Green+Blue) = 193+102+61=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1663D is #3E99C2. Grayscale: #7C7C7C. Windows color (decimal): -4102595 or 4024001. OLE color: 4024001.

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

Color convert

RGB19310261-
CMYK00.470.680.24
HSL18.64º51.97%49.8%-
HSV(B)18.64º68.39%75.69%-
XYZ27.5921.187.05-
YUV124.5492.15176.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.21%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 61 (24.22% from 255) = 17.13%
R=54.21%
G=28.65%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931026100.470.680.2418.6451.9749.8
HexC1663D02F4418133432
Octal3011467505710430236462
Binary110000011100110111101010111110001001100010011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1663D; }

 p { color: rgb(193,102,61); }

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

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

 a { background-color: rgb(193,102,61); }

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

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

 span { border-color: rgb(193,102,61); }

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