Html Css Color HEX #C66340 Ecstasy

📋 copy color: '#C66340'

red 198 ◦ green 99 ◦ blue 64

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

Shades of Ecstasy #C66340

Tints of Ecstasy #C66340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.42%

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

R = 54.85%
G = 27.42%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C66340 (or 0xC66340) is known color: Ecstasy. HEX triplet: C6, 63 and 40. RGB value is (198,99,64). Sum of RGB (Red+Green+Blue) = 198+99+64=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C66340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66340 is #399CBF. Grayscale: #7C7C7C. Windows color (decimal): -3775680 or 4219846. OLE color: 4219846.

HSL color Cylindrical-coordinate representation of color #C66340: hue angle of 15.67º 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 #C66340 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 99 64 -
CMYK 0 0.50 0.68 0.22
HSL 15.67º 0.54% 0.51% -
HSV(B) 15.67º 0.68% 0.78% -
XYZ 28.68 21.3 7.45 -
YUV 124.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 198 99 64 0 0.50 0.68 0.22 15.67 0.54 0.51
Hex C6 63 40 0 32 44 16 10 36 33
Octal 306 143 100 0 62 104 26 20 66 63
Binary 11000110 1100011 1000000 0 110010 1000100 10110 10000 110110 110011

Color Harmonies of #C66340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66340

Black with #C66340

Text Example


Text Example

White with #C66340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66340; }

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

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

background-color css

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

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

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

border-color css

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

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

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