Html Css Color HEX #C66240 Ecstasy

📋 copy color: '#C66240'

red 198 ◦ green 98 ◦ blue 64

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

Shades of Ecstasy #C66240

Tints of Ecstasy #C66240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.22%

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

R = 55%
G = 27.22%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C66240 (or 0xC66240) is known color: Ecstasy. HEX triplet: C6, 62 and 40. RGB value is (198,98,64). Sum of RGB (Red+Green+Blue) = 198+98+64=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C66240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66240 is #399DBF. Grayscale: #7C7C7C. Windows color (decimal): -3775936 or 4219590. OLE color: 4219590.

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

Color convert

RGB 198 98 64 -
CMYK 0 0.51 0.68 0.22
HSL 15.22º 0.54% 0.51% -
HSV(B) 15.22º 0.68% 0.78% -
XYZ 28.58 21.11 7.42 -
YUV 124.02 94.13 180.76 -
System Red Green Blue C M Y K H S L
Decimal 198 98 64 0 0.51 0.68 0.22 15.22 0.54 0.51
Hex C6 62 40 0 33 44 16 F 36 33
Octal 306 142 100 0 63 104 26 17 66 63
Binary 11000110 1100010 1000000 0 110011 1000100 10110 1111 110110 110011

Color Harmonies of #C66240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66240

Black with #C66240

Text Example


Text Example

White with #C66240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66240; }

 p { color: rgb(198,98,64); }

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

background-color css

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

 a { background-color: rgb(198,98,64); }

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

border-color css

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

 span { border-color: rgb(198,98,64); }

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