Html Css Color HEX #C66141 Ecstasy

📋 copy color: '#C66141'

red 198 ◦ green 97 ◦ blue 65

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

Shades of Ecstasy #C66141

Tints of Ecstasy #C66141

RGB

 RED value IS 198 (77.73% from 255) = 55%

 GREEN value IS 97 (38.28% from 255) = 26.94%

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

R = 55%
G = 26.94%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C66141 (or 0xC66141) is known color: Ecstasy. HEX triplet: C6, 61 and 41. RGB value is (198,97,65). Sum of RGB (Red+Green+Blue) = 198+97+65=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C66141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66141 is #399EBE. Grayscale: #7B7B7B. Windows color (decimal): -3776191 or 4284870. OLE color: 4284870.

HSL color Cylindrical-coordinate representation of color #C66141: hue angle of 14.44º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C66141 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 97 65 -
CMYK 0 0.51 0.67 0.22
HSL 14.44º 0.54% 0.52% -
HSV(B) 14.44º 0.67% 0.78% -
XYZ 28.52 20.94 7.54 -
YUV 123.55 94.96 181.1 -
System Red Green Blue C M Y K H S L
Decimal 198 97 65 0 0.51 0.67 0.22 14.44 0.54 0.52
Hex C6 61 41 0 33 43 16 E 36 34
Octal 306 141 101 0 63 103 26 16 66 64
Binary 11000110 1100001 1000001 0 110011 1000011 10110 1110 110110 110100

Color Harmonies of #C66141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66141

Black with #C66141

Text Example


Text Example

White with #C66141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66141; }

 p { color: rgb(198,97,65); }

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

background-color css

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

 a { background-color: rgb(198,97,65); }

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

border-color css

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

 span { border-color: rgb(198,97,65); }

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