Html Css Color HEX #C66540 Ecstasy

📋 copy color: '#C66540'

red 198 ◦ green 101 ◦ blue 64

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

Shades of Ecstasy #C66540

Tints of Ecstasy #C66540

RGB

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

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

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

R = 54.55%
G = 27.82%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C66540 (or 0xC66540) is known color: Ecstasy. HEX triplet: C6, 65 and 40. RGB value is (198,101,64). Sum of RGB (Red+Green+Blue) = 198+101+64=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C66540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66540 is #399ABF. Grayscale: #7E7E7E. Windows color (decimal): -3775168 or 4220358. OLE color: 4220358.

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

Color convert

RGB 198 101 64 -
CMYK 0 0.49 0.68 0.22
HSL 16.57º 0.54% 0.51% -
HSV(B) 16.57º 0.68% 0.78% -
XYZ 28.87 21.68 7.51 -
YUV 125.79 93.14 179.51 -
System Red Green Blue C M Y K H S L
Decimal 198 101 64 0 0.49 0.68 0.22 16.57 0.54 0.51
Hex C6 65 40 0 31 44 16 11 36 33
Octal 306 145 100 0 61 104 26 21 66 63
Binary 11000110 1100101 1000000 0 110001 1000100 10110 10001 110110 110011

Color Harmonies of #C66540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66540

Black with #C66540

Text Example


Text Example

White with #C66540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66540; }

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

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

background-color css

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

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

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

border-color css

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

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

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