#C96341

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

Shades of Ecstasy #C96341

Tints of Ecstasy #C96341

Color information

#C96341 (or 0xC96341) is unknown color: approx Ecstasy. HEX triplet: C9, 63 and 41. RGB value is (201,99,65). Sum of RGB (Red+Green+Blue) = 201+99+65=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C96341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96341 is #369CBE. Grayscale: #7D7D7D. Windows color (decimal): -3579071 or 4285385. OLE color: 4285385.

HSL color Cylindrical-coordinate representation of color #C96341: hue angle of 15º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C96341 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB2019965-
CMYK00.510.680.21
HSL15º55.74%52.16%-
HSV(B)15º67.66%78.82%-
XYZ29.521.727.64-
YUV125.6293.79181.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.07%
GREEN value IS 99 (39.06% from 255) = 27.12%
BLUE value IS 65 (25.78% from 255) = 17.81%
R=55.07%
G=27.12%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201996500.510.680.211555.7452.16
HexC963410334415f3834
Octal31114310106310425177064
Binary110010011100011100000101100111000100101011111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96341; }

 p { color: rgb(201,99,65); }

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

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

 a { background-color: rgb(201,99,65); }

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

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

 span { border-color: rgb(201,99,65); }

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