Html Css Color HEX #C16542 Ecstasy

📋 copy color: '#C16542'

red 193 ◦ green 101 ◦ blue 66

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

Shades of Ecstasy #C16542

Tints of Ecstasy #C16542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.33%

R = 53.61%
G = 28.06%
B = 18.33%

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

#C16542 (or 0xC16542) is known color: Ecstasy. HEX triplet: C1, 65 and 42. RGB value is (193,101,66). Sum of RGB (Red+Green+Blue) = 193+101+66=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C16542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16542 is #3E9ABD. Grayscale: #7C7C7C. Windows color (decimal): -4102846 or 4351425. OLE color: 4351425.

HSL color Cylindrical-coordinate representation of color #C16542: hue angle of 16.54º 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 #C16542 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 101 66 -
CMYK 0 0.48 0.66 0.24
HSL 16.54º 0.51% 0.51% -
HSV(B) 16.54º 0.66% 0.76% -
XYZ 27.63 21.04 7.76 -
YUV 124.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 193 101 66 0 0.48 0.66 0.24 16.54 0.51 0.51
Hex C1 65 42 0 30 42 18 11 33 33
Octal 301 145 102 0 60 102 30 21 63 63
Binary 11000001 1100101 1000010 0 110000 1000010 11000 10001 110011 110011

Color Harmonies of #C16542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16542

Black with #C16542

Text Example


Text Example

White with #C16542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16542; }

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

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

background-color css

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

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

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

border-color css

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

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

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