Html Css Color HEX #C66332 Ecstasy

📋 copy color: '#C66332'

red 198 ◦ green 99 ◦ blue 50

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

Shades of Ecstasy #C66332

Tints of Ecstasy #C66332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.41%

R = 57.06%
G = 28.53%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C66332 (or 0xC66332) is known color: Ecstasy. HEX triplet: C6, 63 and 32. RGB value is (198,99,50). Sum of RGB (Red+Green+Blue) = 198+99+50=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C66332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66332 is #399CCD. Grayscale: #7B7B7B. Windows color (decimal): -3775694 or 3302342. OLE color: 3302342.

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

Color convert

RGB 198 99 50 -
CMYK 0 0.50 0.75 0.22
HSL 19.86º 0.6% 0.49% -
HSV(B) 19.86º 0.75% 0.78% -
XYZ 28.33 21.16 5.61 -
YUV 123.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 198 99 50 0 0.50 0.75 0.22 19.86 0.6 0.49
Hex C6 63 32 0 32 4B 16 14 3C 31
Octal 306 143 62 0 62 113 26 24 74 61
Binary 11000110 1100011 110010 0 110010 1001011 10110 10100 111100 110001

Color Harmonies of #C66332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66332

Black with #C66332

Text Example


Text Example

White with #C66332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66332; }

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

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

background-color css

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

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

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

border-color css

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

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

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