Html Css Color HEX #C66041 Ecstasy

📋 copy color: '#C66041'

red 198 ◦ green 96 ◦ blue 65

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

Shades of Ecstasy #C66041

Tints of Ecstasy #C66041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.74%

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

R = 55.15%
G = 26.74%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C66041 (or 0xC66041) is known color: Ecstasy. HEX triplet: C6, 60 and 41. RGB value is (198,96,65). Sum of RGB (Red+Green+Blue) = 198+96+65=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C66041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66041 is #399FBE. Grayscale: #7B7B7B. Windows color (decimal): -3776447 or 4284614. OLE color: 4284614.

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

Color convert

RGB 198 96 65 -
CMYK 0 0.52 0.67 0.22
HSL 13.98º 0.54% 0.52% -
HSV(B) 13.98º 0.67% 0.78% -
XYZ 28.43 20.75 7.51 -
YUV 122.96 95.29 181.52 -
System Red Green Blue C M Y K H S L
Decimal 198 96 65 0 0.52 0.67 0.22 13.98 0.54 0.52
Hex C6 60 41 0 34 43 16 E 36 34
Octal 306 140 101 0 64 103 26 16 66 64
Binary 11000110 1100000 1000001 0 110100 1000011 10110 1110 110110 110100

Color Harmonies of #C66041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66041

Black with #C66041

Text Example


Text Example

White with #C66041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66041; }

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

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

background-color css

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

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

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

border-color css

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

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

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