Html Css Color HEX #C6643C Ecstasy

📋 copy color: '#C6643C'

red 198 ◦ green 100 ◦ blue 60

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

Shades of Ecstasy #C6643C

Tints of Ecstasy #C6643C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.93%

 BLUE value IS 60 (23.83% from 255) = 16.76%

R = 55.31%
G = 27.93%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6643C (or 0xC6643C) is known color: Ecstasy. HEX triplet: C6, 64 and 3C. RGB value is (198,100,60). Sum of RGB (Red+Green+Blue) = 198+100+60=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C6643C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6643C is #399BC3. Grayscale: #7D7D7D. Windows color (decimal): -3775428 or 3957958. OLE color: 3957958.

HSL color Cylindrical-coordinate representation of color #C6643C: hue angle of 17.39º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6643C is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 100 60 -
CMYK 0 0.49 0.70 0.22
HSL 17.39º 0.55% 0.51% -
HSV(B) 17.39º 0.7% 0.78% -
XYZ 28.66 21.45 6.9 -
YUV 124.74 91.47 180.25 -
System Red Green Blue C M Y K H S L
Decimal 198 100 60 0 0.49 0.70 0.22 17.39 0.55 0.51
Hex C6 64 3C 0 31 46 16 11 37 33
Octal 306 144 74 0 61 106 26 21 67 63
Binary 11000110 1100100 111100 0 110001 1000110 10110 10001 110111 110011

Color Harmonies of #C6643C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6643C

Black with #C6643C

Text Example


Text Example

White with #C6643C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6643C; }

 p { color: rgb(198,100,60); }

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

background-color css

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

 a { background-color: rgb(198,100,60); }

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

border-color css

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

 span { border-color: rgb(198,100,60); }

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