Html Css Color HEX #C16441 Ecstasy

📋 copy color: '#C16441'

red 193 ◦ green 100 ◦ blue 65

#C16441
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecstasy #C16441

Tints of Ecstasy #C16441

RGB

 RED value IS 193 (75.78% from 255) = 53.91%

 GREEN value IS 100 (39.45% from 255) = 27.93%

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 53.91%
G = 27.93%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C16441 (or 0xC16441) is known color: Ecstasy. HEX triplet: C1, 64 and 41. RGB value is (193,100,65). Sum of RGB (Red+Green+Blue) = 193+100+65=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C16441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16441 is #3E9BBE. Grayscale: #7C7C7C. Windows color (decimal): -4103103 or 4285633. OLE color: 4285633.

HSL color Cylindrical-coordinate representation of color #C16441: hue angle of 16.41º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C16441 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 100 65 -
CMYK 0 0.48 0.66 0.24
HSL 16.41º 0.51% 0.51% -
HSV(B) 16.41º 0.66% 0.76% -
XYZ 27.5 20.83 7.57 -
YUV 123.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 193 100 65 0 0.48 0.66 0.24 16.41 0.51 0.51
Hex C1 64 41 0 30 42 18 10 33 33
Octal 301 144 101 0 60 102 30 20 63 63
Binary 11000001 1100100 1000001 0 110000 1000010 11000 10000 110011 110011

Color Harmonies of #C16441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16441

Black with #C16441

Text Example


Text Example

White with #C16441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16441; }

 p { color: rgb(193,100,65); }

 H1.HeaderClassName
 {
   color: #C16441;
 }
 .AnyTagClassName
 {
   color: #C16441;
 }
</style>

background-color css

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

 a { background-color: rgb(193,100,65); }

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

border-color css

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

 span { border-color: rgb(193,100,65); }

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