Html Css Color HEX #C66231 Ecstasy

📋 copy color: '#C66231'

red 198 ◦ green 98 ◦ blue 49

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

Shades of Ecstasy #C66231

Tints of Ecstasy #C66231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.2%

R = 57.39%
G = 28.41%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C66231 (or 0xC66231) is known color: Ecstasy. HEX triplet: C6, 62 and 31. RGB value is (198,98,49). Sum of RGB (Red+Green+Blue) = 198+98+49=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C66231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66231 is #399DCE. Grayscale: #7A7A7A. Windows color (decimal): -3775951 or 3236550. OLE color: 3236550.

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

Color convert

RGB 198 98 49 -
CMYK 0 0.51 0.75 0.22
HSL 19.73º 0.6% 0.48% -
HSV(B) 19.73º 0.75% 0.78% -
XYZ 28.21 20.96 5.47 -
YUV 122.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 198 98 49 0 0.51 0.75 0.22 19.73 0.6 0.48
Hex C6 62 31 0 33 4B 16 14 3C 30
Octal 306 142 61 0 63 113 26 24 74 60
Binary 11000110 1100010 110001 0 110011 1001011 10110 10100 111100 110000

Color Harmonies of #C66231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66231

Black with #C66231

Text Example


Text Example

White with #C66231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66231; }

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

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

background-color css

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

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

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

border-color css

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

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

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