Html Css Color HEX #C66242 Ecstasy

📋 copy color: '#C66242'

red 198 ◦ green 98 ◦ blue 66

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

Shades of Ecstasy #C66242

Tints of Ecstasy #C66242

RGB

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

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

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

R = 54.7%
G = 27.07%
B = 18.23%

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

#C66242 (or 0xC66242) is known color: Ecstasy. HEX triplet: C6, 62 and 42. RGB value is (198,98,66). Sum of RGB (Red+Green+Blue) = 198+98+66=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C66242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66242 is #399DBD. Grayscale: #7C7C7C. Windows color (decimal): -3775934 or 4350662. OLE color: 4350662.

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

Color convert

RGB 198 98 66 -
CMYK 0 0.51 0.67 0.22
HSL 14.55º 0.54% 0.52% -
HSV(B) 14.55º 0.67% 0.78% -
XYZ 28.64 21.13 7.72 -
YUV 124.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 198 98 66 0 0.51 0.67 0.22 14.55 0.54 0.52
Hex C6 62 42 0 33 43 16 F 36 34
Octal 306 142 102 0 63 103 26 17 66 64
Binary 11000110 1100010 1000010 0 110011 1000011 10110 1111 110110 110100

Color Harmonies of #C66242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66242

Black with #C66242

Text Example


Text Example

White with #C66242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66242; }

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

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

background-color css

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

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

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

border-color css

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

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

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