Html Css Color HEX #C16540 Ecstasy

📋 copy color: '#C16540'

red 193 ◦ green 101 ◦ blue 64

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

Shades of Ecstasy #C16540

Tints of Ecstasy #C16540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.21%

 BLUE value IS 64 (25.39% from 255) = 17.88%

R = 53.91%
G = 28.21%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C16540 (or 0xC16540) is known color: Ecstasy. HEX triplet: C1, 65 and 40. RGB value is (193,101,64). Sum of RGB (Red+Green+Blue) = 193+101+64=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C16540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16540 is #3E9ABF. Grayscale: #7C7C7C. Windows color (decimal): -4102848 or 4220353. OLE color: 4220353.

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

Color convert

RGB 193 101 64 -
CMYK 0 0.48 0.67 0.24
HSL 17.21º 0.51% 0.5% -
HSV(B) 17.21º 0.67% 0.76% -
XYZ 27.57 21.01 7.45 -
YUV 124.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 193 101 64 0 0.48 0.67 0.24 17.21 0.51 0.5
Hex C1 65 40 0 30 43 18 11 33 32
Octal 301 145 100 0 60 103 30 21 63 62
Binary 11000001 1100101 1000000 0 110000 1000011 11000 10001 110011 110010

Color Harmonies of #C16540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16540

Black with #C16540

Text Example


Text Example

White with #C16540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16540; }

 p { color: rgb(193,101,64); }

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

background-color css

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

 a { background-color: rgb(193,101,64); }

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

border-color css

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

 span { border-color: rgb(193,101,64); }

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